kiwep / vsc-crossbuild

CrossBuild Extension for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with auto-generated c_cpp_properties.json

ad7718 opened this issue · comments

"compilerPath" is fiiled with compiler path present in system PATH variable, but it must be compiler root from crossbuild.json. In case of detected microsoft compiler, "intelliSenseMode" set to "mscv-x64", but accepted value is "msvc-x64".