-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added option to show Favorite folder content (top level files). It is the response to the feature request #1.
- Loading branch information
1 parent
65a3288
commit df0a46f
Showing
5 changed files
with
80 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
# Change Log | ||
|
||
## 1.0.0 | ||
- Initial release | ||
## 1.1.0 | ||
- Added option to show Favorite folder content (top level files). It is the response to the feature request #1. | ||
This feature is not a substitution of the Workspace explorer view, which does by far superior job. It's just a convenience measure for a quick access of the top level folder files. The feature can be enabled/disabled with `favorites.showFolderFiles` setting. | ||
|
||
## 1.0.1 | ||
- Updated images | ||
Note, the feature overall experience is subject to the limitations/defects of the VSCode tree view. These defects are officially reported and being dealt with by the VSCode team: | ||
https://github.com/Microsoft/vscode/issues/34130 | ||
https://github.com/patrys/vscode-code-outline/issues/24 | ||
|
||
## 1.0.2 | ||
- Added support for folders | ||
- Items icons reflect if file/folder exist or not | ||
- Added context menu for moving items up/down in the list | ||
|
||
## 1.0.1 | ||
- Updated images | ||
|
||
## 1.0.0 | ||
- Initial release |
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
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