Tyson Andre
Tyson Andre
(and by default, only start language servers corresponding to files/folders that are open) I'd been discussing how this could be done in a user-friendly and safe way with the reporter...
https://github.com/microsoft/vscode-extension-samples/tree/master/lsp-multi-server-sample https://github.com/microsoft/vscode-extension-samples/tree/master/lsp-sample and https://github.com/microsoft/vscode-extension-samples
- One way to fix this would be to implement or use an actual dispatcher that would route requests for files to the best matching directory. - I'm not sure...
https://code.visualstudio.com/api/working-with-extensions/bundling-extension
https://code.visualstudio.com/updates/v1_25#_hover-display-options This might avoid some latency issues when hover is enabled (Or my issues might have been with the VS Code upgrade) - Not sure if that delays the computation...
After disabling Vim (vscodevim 0.16.3, VS Code 1.27.1), no problems were seen
https://code.visualstudio.com/docs/extensions/example-language-server#_testing-the-language-server
https://code.visualstudio.com/updates/v1_25#_language-server-protocol-inspector is hopefully better and more efficient than the console.log events with this extension's own debug setting