| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
The vscode-client extension for Visual Studio Code helps you develop and debug language servers. It lets you run multiple language servers at once with minimal extra configuration per language.
To view a language server's stderr output in VSCode, select View → Output. To debug further, see the "Hacking on this extension" section below.
After updating the binary for a language server (during development or after an upgrade), just kill the process (e.g., killall pyls). VSCode will automatically restart and reconnect to the language server process.
Note for those who use VSCode as their primary editor: Because this extension's functionality conflicts with other VSCode extensions (e.g., showing Python hover information), the yarn run vscode script launches a separate instance of VSCode and stores its config in ../.vscode-dev. It will still show your existing extensions in the panel (which seems to be a VSCode bug), but they won't be activated.
Register your language server at the bottom of extension.ts.
See the Node.js example language server tutorial under "To test the language server" for more information.
| Back | FazBrowse Home | New Git URL |