clangd / vscode-clangd

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

Support API usage when clangd is disabled #727

Closed thegecko closed 5 days ago

thegecko commented 1 week ago

This PR marks the languageClient as potentially undefined in the API, fixing #721

It includes changes to remove non-null assertion (!) operators as these can lead to undesired side affects including the issue raised in #721

HighCommander4 commented 5 days ago

Superseded by #728