File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "displayName" : " Seen-18 by CodeQuests" ,
44 "description" : " A VS Code extension that assists you with building complex software projects." ,
55 "publisher" : " code-quests" ,
6- "version" : " 1.0.3 " ,
6+ "version" : " 1.0.4 " ,
77 "icon" : " assets/icons/icon.jpg" ,
88 "galleryBanner" : {
99 "color" : " #617A91" ,
5454 "seen18-home" : {
5555 "description" : " Seen-18 activity" ,
5656 "default" : {
57- "fontPath" : " ./ assets/fonts/seen-icons.woff" ,
57+ "fontPath" : " assets/fonts/seen-icons.woff" ,
5858 "fontCharacter" : " \\ ea01"
5959 }
6060 }
6464 {
6565 "id" : " seen18-ActivityBar" ,
6666 "title" : " Seen-18" ,
67- "icon" : " $(seen18-home) "
67+ "icon" : " assets/icons/seen.svg "
6868 }
6969 ]
7070 },
309309 "watch-tests" : " tsc -p . -w --outDir out" ,
310310 "preversion" : " git fetch --prune --prune-tags && npm run build " ,
311311 "version" : " " ,
312- "postversion" : " git push && git push --tags"
312+ "postversion" : " git push && git push --tags" ,
313+ "try" : " npm run build && current_package_version=$(node -p \" require('./package.json').version\" ) && code --uninstall-extension code-quests.seen18 && code --install-extension bin/seen18-${current_package_version}.vsix"
313314 },
314315 "dependencies" : {
315316 "@anthropic-ai/bedrock-sdk" : " ^0.10.2" ,
You can’t perform that action at this time.
0 commit comments