Skip to content

Commit 4c93e8c

Browse files
Merge pull request #8455 from lixiaoyang1992/fix-vscode-command-title
fix: update command title from View History to View Logs
1 parent 3be6649 commit 4c93e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
{
260260
"command": "continue.viewLogs",
261261
"category": "Continue",
262-
"title": "View History",
262+
"title": "View Logs",
263263
"group": "Continue"
264264
},
265265
{

0 commit comments

Comments
 (0)