File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22 "name" : " codebase-md" ,
33 "displayName" : " CodebaseMD" ,
44 "description" : " Export your entire codebase or selected files as a Markdown file." ,
5- "version" : " 1.0.0 " ,
5+ "version" : " 1.0.1 " , // Increment the version number
66 "publisher" : " alpha912" ,
77 "engines" : {
88 "vscode" : " ^1.70.0"
2020 "url" : " https://github.com/alpha912/codebase-md.git"
2121 },
2222 "license" : " MIT" ,
23+ "icon" : " assets/logo.webp" , // Add this line to reference your logo
2324 "contributes" : {
2425 "commands" : [
2526 {
3536 "explorer/context" : [
3637 {
3738 "command" : " codebaseMD.exportSelected" ,
38- "when" : " explorerResourceIsFolder || resourceFilename" ,
39+ "when" : " explorerResourceIsFolder || resourceFilename" ,
3940 "group" : " navigation"
4041 }
4142 ]
You can’t perform that action at this time.
0 commit comments