Enables to store already opened editors under unique identifier. Stored editors can be loaded based on identifier. You have also option to delete stored editors.
Contexts file is now stored in the root of your workspace in folder .vscode/context-switcher
- Load context from legacy storage:(
Cmd+Shift+P
on OSX orCtrl+Shift+P
on Windows and Linux)
You will see list of stored contexts from legacy storage. When context is successfully loaded, its files are automatically stored into the new context file storage under same name.
- Removed setting: context-switcher.file-name
- Removed setting: context-switcher.storage-path
- Load context from Git: (
Cmd+Shift+P
on OSX orCtrl+Shift+P
on Windows and Linux), type Load context from Git
You will see list of all your repositories.
- fixed issue when stored editors were opened in preview mode which lead to show only last opened editor. (only with preview mode turned on)
- added ability to change contexts file without need of reload vscode
- Update context: (
Cmd+Shift+P
on OSX orCtrl+Shift+P
on Windows and Linux), type Update context
Your currently loaded context will be updated.
- context-switcher.file-name:
Specifies the name of file which contains stored contexts.Removed with project specific contexts file - context-switcher.storage-path:
Specifies the folder path where to store saved contexts.Removed with project specific contexts file
-
Save context: (
Cmd+Shift+P
on OSX orCtrl+Shift+P
on Windows and Linux), type Save context as
You will be prompted to enter name; -
Load context: (
Cmd+Shift+P
on OSX orCtrl+Shift+P
on Windows and Linux), type Load context
You will see list of stored contexts. -
Delete context: (
Cmd+Shift+P
on OSX orCtrl+Shift+P
on Windows and Linux), type Delete context
You will see list of stored contexts.
Enjoy!