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"
]
}