-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.1.1] - `AddFolderToWorkspace: Add manually a directory...` - Paths can be added manually from now on. After that, the new workspace can be saved directly in the settings. - Fixed bug - when a workspace has already been added.
- Loading branch information
1 parent
3888312
commit 5d214db
Showing
4 changed files
with
66 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
# [1.1.0] | ||
# [1.1.1] | ||
|
||
## AddFolderToWorkspace | ||
|
||
This Function provides a searchable list of folders (Workspaces) that can be added **simultaneous** to the current VSC Workspace. All configured folders will be displayed. | ||
|
||
**Shortcut:** ```strg + alt + k, p```<br> | ||
**Command:** ```AddFolderToWorkspace: Add Folder to Workspace.``` | ||
|
||
## RemoveFolderFromWorkspace | ||
|
||
This Function provides a searchable list of folders (Workspaces) that can be removed **simultaneous** from the current VSC Workspace. All current open folders are displayed. | ||
|
||
**Shortcut:** ```strg + alt + k, shift + p```<br> | ||
**Command:** ```AddFolderToWorkspace: Remove Folder from Workspace.``` | ||
- `AddFolderToWorkspace: Add manually a directory...` - Paths can be added manually from now on. After that, the new workspace can be saved directly in the settings. | ||
- Fixed bug - when a workspace has already been added. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters