Fix path of yaml files for VSCode schema auto completion (#846)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
This commit is contained in:
parent
f8f1e16fec
commit
ae4005e8a1
|
|
@ -10,8 +10,8 @@
|
|||
"MD040": false,
|
||||
},
|
||||
"yaml.schemas": {
|
||||
"https://raw.githubusercontent.com/open-telemetry/build-tools/v0.21.0/semantic-conventions/semconv.schema.json": [
|
||||
"semantic_conventions/**/*.yaml"
|
||||
"https://raw.githubusercontent.com/open-telemetry/build-tools/v0.24.0/semantic-conventions/semconv.schema.json": [
|
||||
"model/**/*.yaml",
|
||||
]
|
||||
},
|
||||
"json.schemaDownload.enable": true
|
||||
|
|
|
|||
Loading…
Reference in New Issue