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
* feat(lsp): remove internal watcher
It was only ever useful if the user edits files through their editor,
but we don't really need it assuming we only care about edits done by
Crush itself.
Basically, we lose that functionality, but save a bunch of file
descriptors and have improved perf.
Damn good deal if you ask me.
Signed-off-by: Carlos Alexandro Becker <[email protected]>
* fix: cleanup
Signed-off-by: Carlos Alexandro Becker <[email protected]>
* fix: remove rlimit
Signed-off-by: Carlos Alexandro Becker <[email protected]>
* fix: more cleanup
Signed-off-by: Carlos Alexandro Becker <[email protected]>
---------
Signed-off-by: Carlos Alexandro Becker <[email protected]>
0 commit comments