sirfuzzalot / workspace-explorer

Organize, iconize and open your collection of VSCode workspaces
Apache License 2.0
21 stars 1 forks source link

Feature: Palette commands to open workspaces #3

Closed alanlivio closed 3 years ago

alanlivio commented 3 years ago

Hi. Just registering the issue from the old gitlab repo.

It would be nice if is also possible open saved workspaces from the command palette. The commands may look like: (1) open workspace in this window; (2) open workspace in new window. Both commands are followed by a listing of the registered workspaces. Other commandos, such as create workspaces, folder, and delate, may stay in the extension pane.

OBS: Sorry. I have no expertise to contribute with PR.

p1x44r commented 3 years ago

Hello,

I briefly gave CTRL+K W shortcut a try and, in my case, it asks me to select from two top level folders in my workspace data storage directory and then simply lists all .code-workspace files there in the sidebar instead of actually opening one. Perhaps this hasn't been tested with nested workspace structure or I'm doing something wrong.

sirfuzzalot commented 3 years ago

@p1x44r could you open a separate issue for the bug report.

@alanlivio this feature is available via keyboard shortcuts in 2.1.0. See the latest README News section. Feel free to reopen if it doesn't match your needs.

alanlivio commented 3 years ago

hi @sirfuzzalot. thank you. I had installed tomsaunders.vscode-workspace-explorer and not latest tomsaunders-code.workspace-explorer. Thanks.