Skip to content

Commit ae4005e

Browse files
joaopgrassiarminru
andauthored
Fix path of yaml files for VSCode schema auto completion (open-telemetry#846)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
1 parent f8f1e16 commit ae4005e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"MD040": false,
1111
},
1212
"yaml.schemas": {
13-
"https://raw.githubusercontent.com/open-telemetry/build-tools/v0.21.0/semantic-conventions/semconv.schema.json": [
14-
"semantic_conventions/**/*.yaml"
13+
"https://raw.githubusercontent.com/open-telemetry/build-tools/v0.24.0/semantic-conventions/semconv.schema.json": [
14+
"model/**/*.yaml",
1515
]
1616
},
1717
"json.schemaDownload.enable": true

0 commit comments

Comments
 (0)