Skip to content

Commit fa6b043

Browse files
committed
restore package.json
1 parent 8490847 commit fa6b043

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

package.json

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,15 @@
3131
"semanticTokenScopes": [
3232
{
3333
"scopes": {
34-
"jsx-lowercase": ["entity.name.tag"],
35-
"jsx-tag": ["punctuation.definition.tag"],
36-
"support-type-primitive": ["support.type.primitive"]
34+
"jsx-lowercase": [
35+
"entity.name.tag"
36+
],
37+
"jsx-tag": [
38+
"punctuation.definition.tag"
39+
],
40+
"support-type-primitive": [
41+
"support.type.primitive"
42+
]
3743
}
3844
}
3945
],
@@ -139,15 +145,18 @@
139145
},
140146
"rescript.settings.inlayHints.maxLength": {
141147
"markdownDescription": "Maximum length of character for inlay hints. Set to null to have an unlimited length. Inlay hints that exceed the maximum length will not be shown.",
142-
"default": 25,
143-
"type": [
144-
"null",
145-
"integer"
146-
],
147-
"minimum": 0
148+
"default": 25,
149+
"type": [
150+
"null",
151+
"integer"
152+
],
153+
"minimum": 0
148154
},
149155
"rescript.settings.binaryPath": {
150-
"type": ["string", "null"],
156+
"type": [
157+
"string",
158+
"null"
159+
],
151160
"default": null,
152161
"description": "Path to the directory where ReScript binaries are. You can use it if you haven't or don't want to use the installed ReScript from node_modules in your project."
153162
}

0 commit comments

Comments
 (0)