Skip to content

Commit 6aed056

Browse files
committed
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.
1 parent 437afb5 commit 6aed056

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,7 @@
13241324
"category": "Python",
13251325
"command": "python.execSelectionInTerminal",
13261326
"title": "%python.command.python.execSelectionInTerminal.title%",
1327+
"shortTitle": "%python.command.python.execSelectionInTerminal.shortTitle%",
13271328
"when": "!virtualWorkspace && shellExecutionSupported && editorLangId == python"
13281329
},
13291330
{

0 commit comments

Comments
 (0)