"Select IntelliSense Configuration" and Run&Debug button do not offer user-specified compilerPath #10943
Labels
bug
Feature: Configuration
An issue related to configuring the extension or IntelliSense
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
quick fix
Milestone
Repro steps:
compilerPath
field ofc_cpp_properties.json
. (IntelliSense properly queries the compiler and uses its settings for IntelliSense). In my case, this was;"compilerPath": "Z:\\llvm-mingw-20220906-msvcrt-x86_64\\bin\\clang++"
Note that the compiler specified in
compilerPath
is not offered as an option on either of those lists.Also, there are two similarly named commands: "C/C++: Select IntelliSense Configuration..." and "C/C++: Select a Configuration...". Perhaps these names could be revisited to make them less ambiguous.
The text was updated successfully, but these errors were encountered: