clangd / vscode-clangd

Visual Studio Code extension for clangd
https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd
MIT License
592 stars 97 forks source link

Fix check for clangd.restart being a no-op #601

Closed HighCommander4 closed 3 months ago

HighCommander4 commented 3 months ago

The intention was to only catch the case where the language server is already starting because running the restart command triggered activation of the plugin, but it was also catching the case where the language server wasn't running at all.

Fixes https://github.com/clangd/vscode-clangd/issues/599