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
Fix wrong configuration being used with multiple workspace folders
When a workspace has multiple folders then the approach of using
one global variable to store the config breaks down as each workspace
folders can have separate configuration and the last one that gets
initialized overwrites the previous one.
Store configuration in a map looked up by workspace folder path.
0 commit comments