From 6aed0568de9153607f41be4be2bb459b7ce5e61d Mon Sep 17 00:00:00 2001 From: RoomWithOutRoof Date: Sat, 18 Apr 2026 00:15:28 +0800 Subject: [PATCH] Add short title to execSelectionInTerminal command in command palette Fixes #22008 Adds shortTitle to the python.execSelectionInTerminal command registration in the command palette menu, matching the shortTitle already present in the main command contribution. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2a27cddc0976..9c4dae81c029 100644 --- a/package.json +++ b/package.json @@ -1324,6 +1324,7 @@ "category": "Python", "command": "python.execSelectionInTerminal", "title": "%python.command.python.execSelectionInTerminal.title%", + "shortTitle": "%python.command.python.execSelectionInTerminal.shortTitle%", "when": "!virtualWorkspace && shellExecutionSupported && editorLangId == python" }, {