File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.2.0] - 2025-01-05
2
+
3
+ ### ✨ Features
4
+ - Added ` directoryOnly ` option to show only directories in the tree structure
5
+ - Added ` showHiddenFiles ` option to control visibility of hidden files (files starting with a dot)
6
+
7
+ ### 🔨 Improvements
8
+ - Refined file system error handling with better error messages
9
+ - Enhanced configuration validation with type checking
10
+
11
+ [ 1.2.0 ] : https://github.com/fuzionix/vscode-file-tree/compare/1.1.0...1.2.0
12
+
1
13
## [ 1.1.0] - 2024-12-15
2
14
3
15
### ✨ Features
Original file line number Diff line number Diff line change 3
3
"displayName" : " File Tree Extractor" ,
4
4
"publisher" : " Fuzionix" ,
5
5
"description" : " Generate a directory structure for the current project by simply copy and paste" ,
6
- "version" : " 1.1.5 " ,
6
+ "version" : " 1.2.0 " ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
9
"url" : " https://github.com/fuzionix/vscode-file-tree.git"
You can’t perform that action at this time.
0 commit comments