mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Add YAML schema setting for pipeline yamls (#23632)
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -136,5 +136,8 @@
|
|||||||
],
|
],
|
||||||
"application.experimental.rendererProfiling": true,
|
"application.experimental.rendererProfiling": true,
|
||||||
"editor.experimental.asyncTokenization": true,
|
"editor.experimental.asyncTokenization": true,
|
||||||
"editor.experimental.asyncTokenizationVerification": true
|
"editor.experimental.asyncTokenizationVerification": true,
|
||||||
|
"yaml.schemas": {
|
||||||
|
"https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/service-schema.json": "build/azure-pipelines/**/*.yml"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user