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?
I currently have the following in
yaml.schemasin one of my computers:which in a different computer is:
Note that the only difference is that my
$HOMEpath (user name) is different (ameliovsavazquezreina). How can I make this system agnostic so that I can use the samesettings.jsonfile across two computers?E.g. Does this setting support environment variables?