Skip to content

Commit 1c585b8

Browse files
committed
fix: move shortTitle to command contributes section
1 parent 744c4e8 commit 1c585b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.",
5-
"title": "%shortTitle%",
65
"version": "2025.5.0-dev",
76
"featureFlags": {
87
"usingNewInterpreterStorage": true
@@ -326,7 +325,8 @@
326325
{
327326
"category": "Python",
328327
"command": "python.execSelectionInTerminal",
329-
"title": "%python.command.python.execSelectionInTerminal.title%"
328+
"title": "%python.command.python.execSelectionInTerminal.title%",
329+
"shortTitle": "%python.menu.execSelectionInTerminal.title%"
330330
},
331331
{
332332
"category": "Python",

0 commit comments

Comments
 (0)