Skip to content

Commit bbf539a

Browse files
committed
Schema for bsconfig.json
Fixes #32
1 parent ce34fd2 commit bbf539a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
],
2424
"main": "./client/out/extension",
2525
"contributes": {
26+
"jsonValidation": [
27+
{
28+
"fileMatch": "bsconfig.json",
29+
"url": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json"
30+
}
31+
],
2632
"taskDefinitions_unused": [
2733
{
2834
"type": "bsb",

0 commit comments

Comments
 (0)