Skip to content

System-prefixed paths in yaml.schemas  #267

@amelio-vazquez-reina

Description

@amelio-vazquez-reina

I currently have the following in yaml.schemas in one of my computers:

   "yaml.schemas": {
      "file:///Users/amelio/.vscode-insiders/extensions/atlassian.atlascode-2.3.1/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
    },

which in a different computer is:

   "yaml.schemas": {
      "file:///Users/avazquezreina/.vscode-insiders/extensions/atlassian.atlascode-2.3.1/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
    },

Note that the only difference is that my $HOME path (user name) is different (amelio vs avazquezreina). How can I make this system agnostic so that I can use the same settings.json file across two computers?

E.g. Does this setting support environment variables?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions