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
This tells the editor to add code lenses to function definitions, showing its full type above the definition.
123
+
124
+
```jsonc
125
+
// Enable (experimental) code lens.
126
+
rescript.settings.codeLens:true
127
+
```
128
+
120
129
### Hide generated files
121
130
122
131
You can configure VSCode to collapse the JavaScript files ReScript generates under its source ReScript file. This will "hide" the generated files in the VSCode file explorer, but still leaving them accessible by expanding the source ReScript file they belong to.
0 commit comments