The extension is configured to automatically reload existing LSP sessions when the settings are modified. This causes an issue when typing directly into settings.json because the sessions are restarted at every keystroke.
This results in a slowdown.
Steps to reproduce
Open the settings CMD + ,
Trying modifying biome.lsp.bin by typing
See the output log and watch how sessions are being rapidly created and deleted
Expected behavior
A debounce mechanism should be implemented to handle the case.
Does this issue occur when using the CLI directly?
VS Code version
1.86.1
Extension version
3.0.0 (nightly)
Biome version
1.8.3
Operating system
Description
The extension is configured to automatically reload existing LSP sessions when the settings are modified. This causes an issue when typing directly into
settings.json
because the sessions are restarted at every keystroke.This results in a slowdown.
Steps to reproduce
biome.lsp.bin
by typingExpected behavior
A debounce mechanism should be implemented to handle the case.
Does this issue occur when using the CLI directly?
No
Link to a minimal reproduction
n/a
Logs
No response