8000 Add shortTitle to execSelectionInTerminal command (#25007) · s-kai273/vscode-python@a3dd3aa · GitHub
[go: up one dir, main page]

Skip to content

Commit a3dd3aa

Browse files
authored
Add shortTitle to execSelectionInTerminal command (microsoft#25007)
Add shortTitle to execSelectionInTerminal command
1 parent 0317c6b commit a3dd3aa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@
325325
{
326326
"category": "Python",
327327
"command": "python.execSelectionInTerminal",
328-
"title": "%python.command.python.execSelectionInTerminal.title%"
328+
"title": "%python.command.python.execSelectionInTerminal.title%",
329+
"shortTitle": "%python.command.python.execSelectionInTerminal.shortTitle%"
329330
},
330331
{
331332
"category": "Python",

package.nls.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"python.command.python.createTerminal.title": "Create Terminal",
77
"python.command.python.execInTerminal.title": "Run Python File in Terminal",
88
"python.command.python.execInTerminalIcon.title": "Run Python File",
9-
"python.command.python.execInDedicatedTerminal.title": "Run Python File in Dedicated Terminal",
9+
"python.command.python.execInDedicatedTerminal.title": "Run Python File in Dedicated Terminal",
1010
"python.command.python.setInterpreter.title": "Select Interpreter",
1111
"python.command.python.clearWorkspaceInterpreter.title": "Clear Workspace Interpreter Setting",
1212
"python.command.python.viewOutput.title": "Show Output",
@@ -15,6 +15,7 @@
1515
"python.command.python.configureTests.title": "Configure Tests",
1616
"python.command.testing.rerunFailedTests.title": "Rerun Failed Tests",
1717
"python.command.python.execSelectionInTerminal.title": "Run Selection/Line in Python Terminal",
18+
"python.command.python.execSelectionInTerminal.shortTitle": "Run Selection/Line",
1819
"python.command.python.execInREPL.title": "Run Selection/Line in Native Python REPL",
1920
"python.command.python.execSelectionInDjangoShell.title": "Run Selection/Line in Django Shell",
2021
"python.command.python.reportIssue.title": "Report Issue...",

0 commit comments

Comments
 (0)
0