You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C_Cpp.default.compilerPath options generated by the Select IntelliSense Configuration commmand aren't using the C_Cpp.preferredPathSeparator #13083
On Windows it uses backslash when the setting is forward slash. The compile_commands.json in the same quick pick menu uses the setting (i.e. is forward slash), so the same UI presents paths with different styles.