You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -139,18 +139,15 @@
139
139
},
140
140
"rescript.settings.inlayHints.maxLength": {
141
141
"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
148
148
},
149
149
"rescript.settings.binaryPath": {
150
-
"type": [
151
-
"string",
152
-
"null"
153
-
],
150
+
"type": ["string", "null"],
154
151
"default": null,
155
152
"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."
0 commit comments