File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Workspace folder archiver.
44
55## Features
66
7- - Provides ` Archive Workspace ` command which archives the entire workspace folder.
7+ - Provides ` Archive Folder ` command which archives the entire workspace folder.
88- ` .gitignore ` globs are respected.
99
1010## Installation
Original file line number Diff line number Diff line change 22 "name" : " vscode-archiver" ,
33 "displayName" : " Archiver" ,
44 "description" : " Workspace folder archiver" ,
5- "version" : " 0.0.19 " ,
5+ "version" : " 0.0.20 " ,
66 "publisher" : " ecmel" ,
77 "license" : " MIT" ,
88 "homepage" : " https://github.com/ecmel/vscode-archiver" ,
2929 "commands" : [
3030 {
3131 "command" : " extension.archive" ,
32- "title" : " Archive Workspace "
32+ "title" : " Archive Folder "
3333 }
3434 ]
3535 },
You can’t perform that action at this time.
0 commit comments