Added VSCode settings
This commit is contained in:
parent
98e3c2dca6
commit
2bc32e579e
1 changed files with 5 additions and 1 deletions
|
@ -337,5 +337,9 @@
|
||||||
"yaml.format.singleQuote": true,
|
"yaml.format.singleQuote": true,
|
||||||
"yaml.schemas": {
|
"yaml.schemas": {
|
||||||
"file:///Users/bzalewski/.vscode/extensions/atlassian.atlascode-3.0.3/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
|
"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"
|
||||||
}
|
}
|
Loading…
Reference in a new issue