Add YAML schema setting for pipeline yamls (#23632)

This commit is contained in:
Charles Gagnon
2023-07-05 10:47:08 -07:00
committed by GitHub
parent cf8b8d1891
commit 373dc5a366

View File

@@ -136,5 +136,8 @@
],
"application.experimental.rendererProfiling": 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"
}
}