Closed
Description
Use ""
in an includePath and open the c_cpp_properties.json or the config UI.
e.g.
"includePath": [
"${workspaceFolder}/**",
"\"${workspaceFolder}\\new folder\""
],

Bug: It's giving an incorrect warning message. It seems like the "correct" include path ends up getting used though, but it seems possible there could be a case in which it could be wrong.
Not found by me, but by "other internal testing".
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done