{"id":22213528,"url":"https://github.com/robbycbennett/vscodeworkspacewizard","last_synced_at":"2025-03-25T06:22:15.653Z","repository":{"id":175883677,"uuid":"627230610","full_name":"RobbyCBennett/VSCodeWorkspaceWizard","owner":"RobbyCBennett","description":"Easily organize \u0026 switch workspaces","archived":false,"fork":false,"pushed_at":"2024-10-17T02:08:46.000Z","size":101,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-30T05:42:37.179Z","etag":null,"topics":["personal","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RobbyCBennett.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-13T03:32:42.000Z","updated_at":"2024-10-17T02:06:31.000Z","dependencies_parsed_at":"2023-07-09T14:16:11.267Z","dependency_job_id":"e2918b8a-aa98-48ef-a70c-34c0160e8d81","html_url":"https://github.com/RobbyCBennett/VSCodeWorkspaceWizard","commit_stats":null,"previous_names":["robbycbennett/vscodeworkspacewizard"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobbyCBennett%2FVSCodeWorkspaceWizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobbyCBennett%2FVSCodeWorkspaceWizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobbyCBennett%2FVSCodeWorkspaceWizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobbyCBennett%2FVSCodeWorkspaceWizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobbyCBennett","download_url":"https://codeload.github.com/RobbyCBennett/VSCodeWorkspaceWizard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245408906,"owners_count":20610416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["personal","vscode-extension"],"created_at":"2024-12-02T21:10:01.446Z","updated_at":"2025-03-25T06:22:15.621Z","avatar_url":"https://github.com/RobbyCBennett.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workspace Wizard\n\n*Easily organize \u0026 switch workspaces*\n\n# Setup\n\n1. If you're unfamiliar workspaces, then read about them [here](https://code.visualstudio.com/docs/editor/workspaces), and create them with the command **_Workspaces: Save Workspace As_...** (find it using the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette))\n\n2. If you don't have one already, create a folder and move any .code-workspace files into it. You may organize by creating any amount of sub-folders.\n\n3. Run the command **_Workspace Wizard: Select Workspaces Folder_** and select it\n\n# Features\n\n* UI: Workspaces Sidebar\n\t* Shows up at the top of your left sidebar\n\t* Navigate with the arrow and spacebar keys or the mouse\n\t* Find a workspace and open it in the current window or a new window\n\n* UI: Workspaces Quick Pick\n\t* Shows up at the top of your screen with a search filter\n\t* Navigate with the arrow and enter keys or the mouse\n\t* Find a workspace and open it in the current window or a new window\n\n* Lots of Settings\n\t* Open your preferred UI for switching workspaces on startup\n\t* Add generic icons for all folders and all workspaces\n\t* Change the default open action: open in current window or new window\n\t* Automatically expand/collapse folders of the sidebar, or remember the expanded state\n\t* Watch the workspaces folder for changes, so the sidebar is always up-to-date\n\n# Usage: Commands\n\nIn the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette), type in \"Workspace Wizard\" to see all commands.\n\n* **Workspace Wizard: Quick Pick Workspace**\n\t* Open the Workspaces quick pick\n\n* **Workspace Wizard: Refresh Workspaces Sidebar**\n\t* Refresh the Workspaces tree sidebar\n\t* (Not necessary if you have enabled the setting **_Workspace Wizard \u003eSidebar \u003eWatch for Changes_**)\n\n* **Workspace Wizard: Select Workspaces Folder**\n\t* Select the folder that has your .code-workspace files\n\n# Usage: Recommended Keybindings\n\n```jsonc\n// Open the Workspaces sidebar\n{\n\t\"key\": \"alt+shift+w\",\n\t\"command\": \"workbench.view.extension.workspaceWizard\",\n},\n// Close the sidebar\n{\n\t\"key\": \"escape\",\n\t\"when\": \"sideBarFocus \u0026\u0026 !treeFindOpen\",\n\t\"command\": \"workbench.action.closeSidebar\",\n},\n// Open the Workspaces quick pick\n{\n\t\"key\": \"alt+shift+w\",\n\t\"command\": \"workspaceWizard.quickPickWorkspace\",\n},\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobbycbennett%2Fvscodeworkspacewizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobbycbennett%2Fvscodeworkspacewizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobbycbennett%2Fvscodeworkspacewizard/lists"}