We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8310d commit 3463e4aCopy full SHA for 3463e4a
package.json
@@ -23,6 +23,24 @@
23
"fileMatch": "scripts.json",
24
"url": "./out/schema.json"
25
}
26
+ ],
27
+ "yamlValidation": [
28
+ {
29
+ "fileMatch": "velociraptor.yaml",
30
+ "url": "./out/schema.json"
31
+ },
32
33
+ "fileMatch": "velociraptor.yml",
34
35
36
37
+ "fileMatch": "scripts.yaml",
38
39
40
41
+ "fileMatch": "scripts.yml",
42
43
+ }
44
]
45
},
46
"scripts": {
@@ -47,5 +65,6 @@
47
65
"ts-json-schema-generator": "^0.68.0",
48
66
"typescript": "^3.8.3",
49
67
"vscode-test": "^1.3.0"
50
- }
68
69
+ "extensionDependencies": ["redhat.vscode-yaml"]
51
70
0 commit comments