Quick Workspace Switcher Extension for Visual Studio CodeThis is a Visual Studio Code extension to quickly switch from the current workspace to another one. OverviewThis extension allows user to quickly switch from Workspace to another. VS Code already has a "Quick open recent" feature that does something like that, but it doesn't have friendly name and it displays to many recent files even them that not a project or useless/unimportant. This extension is to gather all projects in one extension and quickly switch from one to other. How to useFirst of all, extension's parameters must be set in settings to add workspace's name and workspace's path. Once settings are completed.
Configuration instructionsThis extension has 2 properties WorkspacesThis setting is used to defines all workspace information to have in the dropdown selection popup. It must be set manually in the JSON settings file, reachable from VSCode settings. It's an array of objects with :
Save Before SwitchThis setting is used to define if opened files must be saved before to switch to other workspace. The default behavior of VSCode is to keep opened files in "memory". This setting looks like useless but the option is there for who like to save their work before to quit. License |