vscode-workspace-switcher icon indicating copy to clipboard operation
vscode-workspace-switcher copied to clipboard

How to set folders

Open aktentasche opened this issue 2 years ago • 0 comments

Hi,

I am trying to set paths like this:

"vscodeWorkspaceSwitcher.paths": ["${workspaceRoot}/.vscode/workspaces/**"],

But when I press ctrl+k w it says "no workspaces found". The folder contains two .code-workspace files.

I also tried

"vscodeWorkspaceSwitcher.paths": ["${workspaceRoot}/.vscode/workspaces/*"], "vscodeWorkspaceSwitcher.paths": ["${workspaceRoot}/.vscode/workspaces/"], "vscodeWorkspaceSwitcher.paths": ["${workspaceRoot}/.vscode/workspaces"],

All with the same result. Anything I am doing wrong?

aktentasche avatar Feb 13 '23 08:02 aktentasche