Commit de1699f
authored
(fix) don't watch node_modules when using the FallbackWatcher (#950)
FallbackWatcher used in the language server was watching files in the
node_modules and .git directories, which resulted in a V8 heap out of
memory and unbearable performance when using the language server
standalone, without VSCode (e.g. using neovim LSP).1 parent 0ac9826 commit de1699f
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
14 | 24 | | |
15 | 25 | | |
16 | 26 | | |
| |||
0 commit comments