From 373dc5a366f944caab1383da8e6c223c677b3285 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 5 Jul 2023 10:47:08 -0700 Subject: [PATCH] Add YAML schema setting for pipeline yamls (#23632) --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f5ed543e0a..bf1339a311 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" + } }