Add yaml schemas resolution for ado pipelines (#20053)

* Add yaml schemas resolution for ado pipelines

* Add suggestion
This commit is contained in:
Charles Gagnon
2022-07-15 11:19:29 -07:00
committed by GitHub
parent ba1f4db745
commit 7e872b90cb
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig"
"EditorConfig.EditorConfig",
"redhat.vscode-yaml"
]
}

View File

@@ -80,4 +80,7 @@
},
"typescript.tsc.autoDetect": "off",
"testing.autoRun.mode": "rerun",
"yaml.schemas": {
"https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/service-schema.json": "build/azure-pipelines/**/*.yml"
},
}