Skip to content

Commit a3f549d

Browse files
zthcristianoc
authored andcommitted
readme
1 parent a70b871 commit a3f549d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ Currently does not work for full monorepo dead code analysis (although it should
8787

8888
## Configuration
8989

90+
You'll find all ReScript specific settings under the scope `rescript.settings`. Open your VSCode settings and type `rescript.settings` to see them.
91+
92+
### Autostarting ReScript builds
93+
94+
If there's no ReScript build running already in the opened project, the extension will prompt you and ask if you want to start a build automatically. You can turn off this automatic prompt via the setting `rescript.settings.askToStartBuild`.
95+
9096
### Hide generated files
9197

9298
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.
@@ -97,7 +103,7 @@ The example has two patterns added:
97103

98104
![Shows configuration of file nesting patterns in VSCode.](https://user-images.githubusercontent.com/1457626/168123605-43ef53cf-f371-4f38-b488-d3cd081879de.png)
99105

100-
This nests implementations under interfaces if they're present and nests all generated files under the main ReScript file. Adapt and tweak to your liking.
106+
This nests implementations under interfaces if they're present and nests all generated files under the main ReScript file. Adapt and tweak to your liking.
101107

102108
A screenshot of the result:
103109

0 commit comments

Comments
 (0)