Skip to content

Commit 48c7687

Browse files
Merge pull request #830 from Gijsreyn/fix-schema-image
Fix schema image
2 parents 8b07dc0 + c8ce0b5 commit 48c7687

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

.vscode/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"json.schemas": [
1616
{
1717
"fileMatch": ["**/*.dsc.resource.json"],
18-
"url": "/schemas/2024/04/bundled/resource/manifest.vscode.json"
18+
"url": "/schemas/v3/bundled/resource/manifest.vscode.json"
1919
}
2020
],
2121
"yaml.schemas": {
22-
"schemas/2024/04/bundled/config/document.vscode.json": "**.dsc.{yaml,yml,config.yaml,config.yml}",
23-
"schemas/2024/04/bundled/resource/manifest.vscode.json": "**.dsc.resource.{yaml,yml}"
22+
"schemas/v3/bundled/config/document.vscode.json": "**.dsc.{yaml,yml,config.yaml,config.yml}",
23+
"schemas/v3/bundled/resource/manifest.vscode.json": "**.dsc.resource.{yaml,yml}"
2424
},
2525
"sarif-viewer.connectToGithubCodeScanning": "off",
2626
"vscode-nmake-tools.workspaceBuildDirectories": [
210 KB
Loading
232 KB
Loading
283 KB
Loading
148 KB
Loading
170 KB
Loading

0 commit comments

Comments
 (0)