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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I have code-workspace in this format:
{ "folders": [ { "path": ".", "name": "P1" }, { "path": "../../P2", "name": "P2" } ] }I want to include only
P1in searching.I've tried this configuration:
It doesn't work, nothing is searched.
So I've tried this:
Also no success. I is still searching also in
P2.Then:
Still searching both
P1andP2.Am I doing something wrong or is there some bug in those settings?
All reactions