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
"description": "Enable incremental type checking.",
@@ -60,6 +55,17 @@
60
55
"integer"
61
56
]
62
57
},
58
+
"rescript.settings.logLevel": {
59
+
"default": "info",
60
+
"description": "Verbosity of ReScript language server logs sent to the Output channel.",
61
+
"enum": [
62
+
"error",
63
+
"warn",
64
+
"info",
65
+
"log"
66
+
],
67
+
"type": "string"
68
+
},
63
69
"rescript.settings.platformPath": {
64
70
"default": null,
65
71
"description": "Path to the directory where platform-specific 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.",
-- Path to the directory where platform-specific 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.
13176
13180
---@field platformPath string
13177
13181
-- Optional path to the directory containing the @rescript/runtime package. Set this if your tooling is unable to automatically locate the package in your project.
0 commit comments