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
I wasn't able to specify an include path relative to the workspace folder. An absolute path worked fine. I'm assuming relative paths currently don't work because the compilation is done from some random temporary folder as current working directory.
Maybe the same syntax as for launch.json could be borrowed: ${workspaceFolder}/my/folder.
The text was updated successfully, but these errors were encountered:
I wasn't able to specify an include path relative to the workspace folder. An absolute path worked fine. I'm assuming relative paths currently don't work because the compilation is done from some random temporary folder as current working directory.
Maybe the same syntax as for launch.json could be borrowed:
${workspaceFolder}/my/folder
.The text was updated successfully, but these errors were encountered: