Commit 786e57a
committed
Fix monorepo build detection: watch only root .compiler.log; run reanalyze from workspace root
- Server: restrict .compiler.log watching to ROOT/lib/bs/.compiler.log per workspace folder to avoid event floods from packages/** and node_modules/**.\n- Server: fix Start Build spawning for v12 layouts by preferring rescript.exe and falling back to rescript (also respects rescript.settings.binaryPath).\n- Client: anchor Start Code Analysis to the VSCode workspace folder root rather than the active file directory.\n- Client: resolve code-analysis binary relative to the chosen cwd (workspace root) to avoid subpackage-anchored tool lookup.\n\nFiles: server/src/server.ts, client/src/extension.ts, client/src/commands/code_analysis.ts1 parent 92dae41 commit 786e57a
File tree
3 files changed
+32
-17
lines changed- client/src
- commands
- server/src
3 files changed
+32
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
216 | 218 | | |
217 | | - | |
| 219 | + | |
218 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
219 | 224 | | |
220 | 225 | | |
221 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
451 | 450 | | |
452 | 451 | | |
453 | 452 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
124 | 127 | | |
125 | 128 | | |
126 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
127 | 134 | | |
128 | 135 | | |
129 | 136 | | |
130 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
131 | 143 | | |
132 | 144 | | |
133 | 145 | | |
| |||
1388 | 1400 | | |
1389 | 1401 | | |
1390 | 1402 | | |
1391 | | - | |
1392 | | - | |
1393 | | - | |
1394 | | - | |
1395 | | - | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
1396 | 1407 | | |
1397 | 1408 | | |
1398 | 1409 | | |
| |||
0 commit comments