Skip to content

Commit a89ddb0

Browse files
committed
Recognize Azure DevOps files appropriately
1 parent 822bb40 commit a89ddb0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"recommendations": [
55
"editorconfig.editorconfig",
66
"msjsdiag.debugger-for-chrome",
7+
"ms-azure-devops.azure-pipelines",
78
"ms-vscode.powershell",
89
"ms-vscode.vscode-typescript-tslint-plugin",
910
"davidanson.vscode-markdownlint"

extension-dev.code-workspace

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
],
1010
"settings": {
1111
"files.associations": {
12-
"**/snippets/*.json": "jsonc"
12+
"**/snippets/*.json": "jsonc",
13+
"**/.vsts-ci/**/*.yml": "azure-pipelines",
1314
},
1415
"typescript.tsdk": "./node_modules/typescript/lib"
1516
}

0 commit comments

Comments
 (0)