Skip to content

Commit 421a10c

Browse files
committed
Update the 'Rate' command icon and reorder the main view's navigation menu
1 parent 415940d commit 421a10c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/vscode/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"command": "codeWebChat.rate",
127127
"title": "Rate",
128128
"category": "Code Web Chat",
129-
"icon": "$(star)"
129+
"icon": "$(feedback)"
130130
},
131131
{
132132
"command": "codeWebChat.applyContext",
@@ -491,12 +491,12 @@
491491
"group": "navigation@4"
492492
},
493493
{
494-
"command": "codeWebChat.rate",
494+
"command": "codeWebChat.openRepository",
495495
"when": "view == codeWebChatView",
496496
"group": "navigation@1"
497497
},
498498
{
499-
"command": "codeWebChat.openRepository",
499+
"command": "codeWebChat.rate",
500500
"when": "view == codeWebChatView",
501501
"group": "navigation@2"
502502
},

0 commit comments

Comments
 (0)