We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786e57a commit adbe7c6Copy full SHA for adbe7c6
CHANGELOG.md
@@ -14,7 +14,9 @@
14
15
#### :bug: Bug fix
16
17
-- Fix Code Analyzer binary lookup for ReScript v12+ projects.
+- Fix Code Analyzer cwd/binary lookup in monorepos (run from workspace root).
18
+- Fix monorepo build detection by only watching the workspace root `.compiler.log`.
19
+- Fix Start Build for ReScript v12+ projects by preferring `rescript.exe`.
20
- Take namespace into account for incremental cleanup. https://github.com/rescript-lang/rescript-vscode/pull/1164
21
- Potential race condition in incremental compilation. https://github.com/rescript-lang/rescript-vscode/pull/1167
22
- Fix extension crash triggered by incremental compilation. https://github.com/rescript-lang/rescript-vscode/pull/1169
0 commit comments