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

Easily switch between workspaces

Results 19 vscode-workspace-switcher issues
Sort by recently updated
recently updated
newest added

Is it possible to be able to open the workspace within the same window? Perhaps also have an extension setting to set what the default behaviour when you click on...

It's not possible to use some glob like `~/projects/**/` because it results in every command displaying the message: `command 'vscodeWorkspaceSwitcher.switchWorkspace' not found`. Though it is possible to use multiple globs...

I'm getting duplicated entries when trying to save a new workspace file. Note that I'm using version 1.13.1. My paths setting looks like this: Thanks.

If the path is directing to a local directory the extension is working correctly, but I like to use a windows network share to store all workspaces. This config is...

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...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependencies [json5](https://github.com/json5/json5), [ts-loader](https://github.com/TypeStrong/ts-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Removes `json5` Updates `ts-loader` from 5.4.5 to 9.4.2...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

I tried adding the path to my wsl 2 workspaces folder, but this does not seem to work ``` "vscodeWorkspaceSwitcher.paths": [ "\\wsl.localhost\\Ubuntu\\home\\Workspaces", "C:\\Users\\matth\\Documents\\VSC_workspaces" ], ``` I started using WSL for...