{"id":21948710,"url":"https://github.com/dennykorsukewitz/vscode-addfoldertoworkspace","last_synced_at":"2025-10-10T04:31:14.205Z","repository":{"id":178585397,"uuid":"662047892","full_name":"dennykorsukewitz/VSCode-AddFolderToWorkspace","owner":"dennykorsukewitz","description":"This extension adds the selected folder to the workspace (VSC Workspace).","archived":false,"fork":false,"pushed_at":"2024-12-11T23:19:44.000Z","size":1993,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2024-12-11T23:19:56.935Z","etag":null,"topics":["extension","pages","visualstudiocode","vsc","workflow","workspace"],"latest_commit_sha":null,"homepage":"https://dennykorsukewitz.github.io/VSCode-AddFolderToWorkspace/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dennykorsukewitz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["dennykorsukewitz"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://www.paypal.com/donate/?hosted_button_id=BPFJDDJQ3Q3PS"]}},"created_at":"2023-07-04T08:42:33.000Z","updated_at":"2024-12-11T23:19:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"c89cba71-eada-4d41-bf03-bcdb4c2ca8c9","html_url":"https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace","commit_stats":null,"previous_names":["dennykorsukewitz/vscode-addfoldertoworkspace"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennykorsukewitz%2FVSCode-AddFolderToWorkspace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennykorsukewitz%2FVSCode-AddFolderToWorkspace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennykorsukewitz%2FVSCode-AddFolderToWorkspace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennykorsukewitz%2FVSCode-AddFolderToWorkspace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dennykorsukewitz","download_url":"https://codeload.github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235917223,"owners_count":19065807,"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":["extension","pages","visualstudiocode","vsc","workflow","workspace"],"created_at":"2024-11-29T05:17:11.010Z","updated_at":"2025-10-10T04:31:08.915Z","avatar_url":"https://github.com/dennykorsukewitz.png","language":"TypeScript","funding_links":["https://github.com/sponsors/dennykorsukewitz","https://www.paypal.com/donate/?hosted_button_id=BPFJDDJQ3Q3PS"],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" width=\"150\" height=\"150\" src=\"doc/images/icon.png\"\u003e\n\n# AddFolderToWorkspace\n\n**AddFolderToWorkspace** is an extension that adds / removes the selected folder (multiple) to / from the workspace (VSC Workspace).\n\n```markdown\n    Of course, you can use the already built-in function:\n    `Workspaces: Add Folder To Workspace...` (workbench.action.addRootFolder).\n    But then you have to click through all the folders again and again.\n```\n\nAddFolderToWorkspace is a VSCode extension that streamlines the process of adding and removing folders to and from your projects. It provides a set of commands and context menu options to manage your project's folder structure directly from the editor.\n\n| Repository                                                                                                                                     | GitHub                                                                                                                                                                                                                                                              | Visual Studio Marketplace                                                                                                                                                                                                                                                      |\n| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |\n| ![GitHub release (latest by date)](https://img.shields.io/github/v/release/dennykorsukewitz/VSCode-AddFolderToWorkspace)                       | ![GitHub open issues](https://img.shields.io/github/issues/dennykorsukewitz/VSCode-AddFolderToWorkspace) ![GitHub closed issues](https://img.shields.io/github/issues-closed/dennykorsukewitz/VSCode-AddFolderToWorkspace?color=#44CC44)                            | ![Visual Studio Marketplace last-updated](https://img.shields.io/visual-studio-marketplace/last-updated/dennykorsukewitz.addfoldertoworkspace) ![Visual Studio Marketplace Version ](https://img.shields.io/visual-studio-marketplace/v/dennykorsukewitz.addfoldertoworkspace) |\n| ![GitHub license](https://img.shields.io/github/license/dennykorsukewitz/VSCode-AddFolderToWorkspace)                                          | ![GitHub pull requests](https://img.shields.io/github/issues-pr/dennykorsukewitz/VSCode-AddFolderToWorkspace?label=PR) ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/dennykorsukewitz/VSCode-AddFolderToWorkspace?color=g\u0026label=PR) | ![Visual Studio Marketplace Rating release-date](https://img.shields.io/visual-studio-marketplace/release-date/dennykorsukewitz.addfoldertoworkspace)                                                                                                                          |\n| ![GitHub language count](https://img.shields.io/github/languages/count/dennykorsukewitz/VSCode-AddFolderToWorkspace?style=flat\u0026label=language) | ![GitHub contributors](https://img.shields.io/github/contributors/dennykorsukewitz/VSCode-AddFolderToWorkspace)                                                                                                                                                     | ![Visual Studio Marketplace Rating (Stars)](https://img.shields.io/visual-studio-marketplace/stars/dennykorsukewitz.addfoldertoworkspace) ![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/dennykorsukewitz.addfoldertoworkspace)        |\n| ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/dennykorsukewitz/VSCode-AddFolderToWorkspace)                   | ![GitHub downloads](https://img.shields.io/github/downloads/dennykorsukewitz/VSCode-AddFolderToWorkspace/total?style=flat)                                                                                                                                          | ![VSC marketplace download](https://img.shields.io/visual-studio-marketplace/d/dennykorsukewitz.addfoldertoworkspace) ![VSC marketplace install](https://img.shields.io/visual-studio-marketplace/i/dennykorsukewitz.addfoldertoworkspace)                                     |\n\n| Status                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |\n| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| [![GitHub commits since tagged version](https://img.shields.io/github/commits-since/dennykorsukewitz/VSCode-AddFolderToWorkspace/2.0.1/dev)](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/compare/2.0.1...dev) ![GitHub Workflow Lint](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/actions/workflows/lint.yml/badge.svg?branch=dev\u0026style=flat\u0026label=Lint) ![GitHub Workflow Pages](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/actions/workflows/pages.yml/badge.svg?branch=dev\u0026style=flat\u0026label=GitHub%20Pages) |\n\n## Feature\n\n### AddFolderToWorkspace\n\nThis Function provides a searchable list of folders (Workspaces) that can be added **simultaneous** to the current VSC Workspace. All configured folders will be displayed.\n\n**Shortcut:** ```strg + alt + k, p```\u003cbr\u003e\n**Command:**  ```AddFolderToWorkspace: Add Folder to Workspace.```\n\n![AddFolderToWorkspace](doc/images/addfoldertoworkspace.gif)\n\n### RemoveFolderFromWorkspace\n\nThis Function provides a searchable list of folders (Workspaces) that can be removed **simultaneous** from the current VSC Workspace. All current open folders are displayed.\n\n**Shortcut:** ```strg + alt + k, shift + p```\u003cbr\u003e\n**Command:**  ```AddFolderToWorkspace: Remove Folder from Workspace.```\n\n![RemoveFolderFromWorkspace](doc/images/removefolderfromworkspace.gif)\n\n### Settings\n\n`Preferences -\u003e Settings -\u003e Extensions -\u003e AddFolderToWorkspace`\n\n| Name                                     | Description                                                                                                                                                                              | Default Value |\n| ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |\n| addFolderToWorkspace.position            | If position is 'Top', the new folder will be added at the beginning of the current workspace. If position is 'Bottom', the new folder will be added at the end of the current workspace. | Bottom        |\n| addFolderToWorkspace.workspaces          | Provides a list of folders (Workspaces) that can be added to the current VSC Workspace.                                                                                                  | /Users/       |\n| addFolderToWorkspace.recursiveWorkspaces | Provides a searchable (only first level) list of folders  (Workspaces) that can be added to the current VSC Workspace.                                                                   | /Users/       |\n\n![Settings](doc/images/settings.png)\n\n---\n\n## Installation\n\nTo install this extension, you have **three** options:\n\n### 1. Search Extension in Marketplace\n\nSearch and install online extension via VSC extensions menu.\n\n`Code` -\u003e `Preferences` -\u003e `Extensions` simply search for `AddFolderToWorkspace` to install.\n\n### 2. Install via vsix file\n\nDownload latest [vsix file](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/releases) and install via extensions menu.\n\n`Code` -\u003e `Preferences` -\u003e `Extensions` -\u003e `Views and More Action` -\u003e `Install from VSIX`.\n\n### 3. Source code\n\nDownload archive with the latest [release](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/releases) and unpack it to VisualStudioCode extensions folder\n`$HOME/.vscode/extensions/`.\n\n---\n\n## Download\n\nFor download see [VSCode-AddFolderToWorkspace](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/releases)\n\n---\n\nEnjoy!\n\nYour [Denny Korsukéwitz](https://github.com/dennykorsukewitz) 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennykorsukewitz%2Fvscode-addfoldertoworkspace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdennykorsukewitz%2Fvscode-addfoldertoworkspace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennykorsukewitz%2Fvscode-addfoldertoworkspace/lists"}