Skip to content

Commit

Permalink
fix: fix icon not found bug
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 12, 2024
1 parent bcbbede commit 31a45e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
{
"when": "explorerResourceIsFolder || selectedFilesCount > 0 || resourceLangId",
"command": "aide.copyAsPrompt",
"group": "0_navigation@0"
"group": "0_aide@0"
},
{
"when": "explorerResourceIsFolder || selectedFilesCount > 0 || resourceLangId",
"command": "aide.askAI",
"group": "0_navigation@1"
"group": "0_aide@1"
}
],
"editor/context": [
Expand All @@ -120,11 +120,11 @@
"editor/title": [
{
"command": "aide.codeViewerHelper",
"group": "0_aide@1"
"group": "navigation@1"
},
{
"command": "aide.codeConvert",
"group": "0_aide@2"
"group": "navigation@2"
}
]
},
Expand Down

0 comments on commit 31a45e7

Please sign in to comment.