vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Setting C_Cpp.intelliSenseEngine to "disabled" doesn't work for a workspace folder

Open sean-mcmanus opened this issue 2 years ago • 1 comments

It only works at the workspace level. If it can't work at the workspace folder level it should have its scope changed in the package.json.

sean-mcmanus avatar Nov 02 '23 09:11 sean-mcmanus

It would be nice if instead this setting could be made to work at the folder level. Right now, this setting only works at the workspace level, but the workspace config is not added to source control and therefore requires a manual setup each time a new workspace is created.

The use case here is to disable IntelliSense for projects that use vscode-clangd.

geertj avatar Oct 10 '24 01:10 geertj