Skip to content

Commit 0bfe16c

Browse files
committed
restore package.json
1 parent 4ce2cee commit 0bfe16c

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,15 @@
139139
},
140140
"rescript.settings.inlayHints.maxLength": {
141141
"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
142+
"default": 25,
143+
"type": [
144+
"null",
145+
"integer"
146+
],
147+
"minimum": 0
148148
},
149149
"rescript.settings.binaryPath": {
150-
"type": [
151-
"string",
152-
"null"
153-
],
150+
"type": ["string", "null"],
154151
"default": null,
155152
"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."
156153
}

0 commit comments

Comments
 (0)