Skip to content

Commit 9955d95

Browse files
Get rid of static jsonValidation as it conflicts with the dynamic one
1 parent e25afe5 commit 9955d95

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"vscode": "^1.68.0"
2626
},
2727
"activationEvents": [
28-
"onLanguage:rescript"
28+
"onLanguage:rescript",
29+
"onLanguage:json"
2930
],
3031
"main": "./client/out/extension",
3132
"contributes": {
@@ -45,15 +46,6 @@
4546
}
4647
}
4748
],
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-
],
5749
"commands": [
5850
{
5951
"command": "rescript-vscode.create_interface",

0 commit comments

Comments
 (0)