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
With a multi-root workspace, provideBrowseConfiguration is only returning info on one workspace folder and canProvideBrowseConfigurationsPerFolder should return true...if it that's impossible it should return the browse data for all the workspace folders instead of one.
This isn't working for the existing cpptools or our pending 1.0 release that has a completely different multi-root implementation.
The text was updated successfully, but these errors were encountered:
I figured out a potential hack/workaround via skipping the bogus browse configuration if none of the paths share the same workspace folder, which is usually the case when we're given browse config info for the wrong workspace folder. See microsoft/vscode-cpptools@33e25f6 .
With a multi-root workspace, provideBrowseConfiguration is only returning info on one workspace folder and canProvideBrowseConfigurationsPerFolder should return true...if it that's impossible it should return the browse data for all the workspace folders instead of one.
This isn't working for the existing cpptools or our pending 1.0 release that has a completely different multi-root implementation.
The text was updated successfully, but these errors were encountered: