Skip to content

Fix issue with compilerPathIsExplicit not being set properly#7839

Merged
Colengms merged 1 commit intomainfrom
coleng/fix_compilerPathIsExplicit
Jul 19, 2021
Merged

Fix issue with compilerPathIsExplicit not being set properly#7839
Colengms merged 1 commit intomainfrom
coleng/fix_compilerPathIsExplicit

Conversation

@Colengms
Copy link
Contributor

@Colengms Colengms commented Jul 17, 2021

I noticed this while investigating another issue. If there is no c_cpp_properties.json, compilerPathIsExplicit was being set to true when it should have been set to false. When this value is true, a Configuration Warning will be displayed if we need to modify the compiler path for some reason (such as failing to query a compiler and falling back to another compiler). It should be false when using a detected value instead of one that is specified by the user or configuration provider, etc..

@Colengms Colengms merged commit deb7a7d into main Jul 19, 2021
@Colengms Colengms deleted the coleng/fix_compilerPathIsExplicit branch July 19, 2021 17:07
@github-actions github-actions bot locked and limited conversation to collaborators Sep 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants