Skip to content

Commit

Permalink
fix: update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Oct 24, 2024
1 parent bad8d5b commit 76e8106
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* manage: https://marketplace.visualstudio.com/manage/publishers/oeyoews
* publish: https://vscode.github.net.cn/api/working-with-extensions/publishing-extension
* https://code.visualstudio.com/api/extension-guides/webview
* icon: https://code.visualstudio.com/api/references/icons-in-labels
-->

## prerequisites
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "oeyoews",
"name": "usewiki2",
"displayName": "usewiki2",
"version": "0.8.4",
"version": "0.8.5",
"private": true,
"packageManager": "[email protected]",
"description": "",
Expand Down Expand Up @@ -133,7 +133,7 @@
{
"command": "usewiki2.openwiki",
"title": "Usewiki2: Open TiddlyWiki Instance",
"icon": "res/tw.svg"
"icon": "$(globe)"
},
{
"command": "usewiki2.opensettings",
Expand Down
2 changes: 1 addition & 1 deletion res/tw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 76e8106

Please sign in to comment.