Skip to content

Commit 4efa4cc

Browse files
committed
Reorder the 'Rate' and 'Repository' commands in the VS Code extension's main view menu
1 parent ec2e32c commit 4efa4cc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/ui/src/components/editor/ChatInput/ChatInput.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.container {
2-
--padding: var(--padding-4px) var(--padding-18px) var(--padding-7px)
2+
--padding: var(--padding-4px) var(--padding-20px) var(--padding-7px)
33
var(--padding-7px);
44
position: relative;
55

packages/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,12 +491,12 @@
491491
"group": "navigation@4"
492492
},
493493
{
494-
"command": "codeWebChat.openRepository",
494+
"command": "codeWebChat.rate",
495495
"when": "view == codeWebChatView",
496496
"group": "navigation@1"
497497
},
498498
{
499-
"command": "codeWebChat.rate",
499+
"command": "codeWebChat.openRepository",
500500
"when": "view == codeWebChatView",
501501
"group": "navigation@2"
502502
},

0 commit comments

Comments
 (0)