Skip to content

Commit c36f2c3

Browse files
committed
fixed icon
1 parent 1d5874d commit c36f2c3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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",
@@ -54,7 +54,7 @@
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
}
@@ -64,7 +64,7 @@
6464
{
6565
"id": "seen18-ActivityBar",
6666
"title": "Seen-18",
67-
"icon": "$(seen18-home)"
67+
"icon": "assets/icons/seen.svg"
6868
}
6969
]
7070
},
@@ -309,7 +309,8 @@
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",

0 commit comments

Comments
 (0)