does somebody know if its possible to disable the intellisense of the Microsoft C++ VSCode plugin?
The background is, that i would like to autoformat my entire solution, which is not possible since the entire memory is consumed by hundreds of Microsoft.VSCode.CPP.IntelliSense.Msvc.linux processes. For this one operation i would like to disable this feature but keep the extension activated to be able to use the format feature.
BR Nick