Incorrect intelliSenseMode selected by cpptools when unspecified #8044
Labels
bug
Feature: Configuration
An issue related to configuring the extension or IntelliSense
Feature: Extension API
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
quick fix
Milestone
We've been having issues with architecture in CMake Tools, and while investigating some issues, I discovered this problem. CMake Tools doesn't send the intelliSenseMode anymore because cpptools is supposed to figure it out, but when CMake Tools sends the path to an MSVC compiler that targets x86, cpptools selects the 64-bit intelliSenseMode.
Bolding for emphasis here since the Markdown won't let me do that in a code block:
c:/program files (x86)/microsoft visual studio/2019/preview/vc/tools/msvc/14.29.30133/bin/hostx86/x86/cl.exe
The text was updated successfully, but these errors were encountered: