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
Is there to any way to set default include paths relative to the .code-workspace file? I am trying to use the "C_Cpp.default.includePath" propery to set common include paths for all the folders in my multi-root workspace, but some of the folders are at different depths so using "${workspaceFolder}/../../lib1" isn't resolving properly in only some of the folders.