We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822bb40 commit a89ddb0Copy full SHA for a89ddb0
.vscode/extensions.json
@@ -4,6 +4,7 @@
4
"recommendations": [
5
"editorconfig.editorconfig",
6
"msjsdiag.debugger-for-chrome",
7
+ "ms-azure-devops.azure-pipelines",
8
"ms-vscode.powershell",
9
"ms-vscode.vscode-typescript-tslint-plugin",
10
"davidanson.vscode-markdownlint"
extension-dev.code-workspace
@@ -9,7 +9,8 @@
],
"settings": {
11
"files.associations": {
12
- "**/snippets/*.json": "jsonc"
+ "**/snippets/*.json": "jsonc",
13
+ "**/.vsts-ci/**/*.yml": "azure-pipelines",
14
},
15
"typescript.tsdk": "./node_modules/typescript/lib"
16
}
0 commit comments