From 0f91776655b94e67909d72e09ef7985f53927737 Mon Sep 17 00:00:00 2001 From: lixiaoyang1992 Date: Mon, 27 Oct 2025 11:10:44 +0800 Subject: [PATCH] fix: update command title from View History to View Logs --- extensions/vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/vscode/package.json b/extensions/vscode/package.json index 7b62799e1f..bd80573aa0 100644 --- a/extensions/vscode/package.json +++ b/extensions/vscode/package.json @@ -257,7 +257,7 @@ { "command": "continue.viewLogs", "category": "Continue", - "title": "View History", + "title": "View Logs", "group": "Continue" }, {