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
"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
148
154
},
149
155
"rescript.settings.binaryPath": {
150
-
"type": ["string", "null"],
156
+
"type": [
157
+
"string",
158
+
"null"
159
+
],
151
160
"default": null,
152
161
"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