Exception thrown during the configure process if CppTools's IntelliSense engine is disabled #11795
Labels
bug
Feature: Configuration Provider
Related to the configurationProvider property, e.g. ms-vscode.cmake-tools, ms-vscode.makefile-tools.
fixed
Check the Milestone for the release in which the fix is or will be available.
quick fix
Milestone
If the
ms-vscode.cpptools
extension's IntelliSense engine is disabled (by adding"C_Cpp.intelliSenseEngine": "disabled"
tosettings.json
), the VS Code Makefile Tools extension throws an exception during its configure process. This message shows up in the output panel:Setting
"C_Cpp.intelliSenseEngine": "disabled"
is useful when using another extension for language support, notablyvscode-clangd
, while still retaining CppTools's other useful features such as debugging.Here is the thrown extension's stack trace:
The text was updated successfully, but these errors were encountered: