Added VSCode settings

This commit is contained in:
Brian Zalewski 2023-06-10 02:20:38 +00:00
parent 98e3c2dca6
commit 2bc32e579e

View file

@ -337,5 +337,9 @@
"yaml.format.singleQuote": true,
"yaml.schemas": {
"file:///Users/bzalewski/.vscode/extensions/atlassian.atlascode-3.0.3/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
}
},
"pieces.autocomplete": true,
"pieces.autocompleteKey": "Tab only",
"pieces.notifications": "Only Critical Notifications",
"thunder-client.workspaceRelativePath": ".config"
}