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 e25afe5 commit 9955d95Copy full SHA for 9955d95
package.json
@@ -25,7 +25,8 @@
25
"vscode": "^1.68.0"
26
},
27
"activationEvents": [
28
- "onLanguage:rescript"
+ "onLanguage:rescript",
29
+ "onLanguage:json"
30
],
31
"main": "./client/out/extension",
32
"contributes": {
@@ -45,15 +46,6 @@
45
46
}
47
48
- "jsonValidation": [
49
- {
50
- "fileMatch": [
51
- "bsconfig.json",
52
- "rescript.json"
53
- ],
54
- "url": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json"
55
- }
56
57
"commands": [
58
{
59
"command": "rescript-vscode.create_interface",
0 commit comments