diff --git a/.vscode/settings.json b/.vscode/settings.json index f5ed543e0a6..bf1339a3110 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" + } }