Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a3dd3aa

Browse filesBrowse files
authored
Add shortTitle to execSelectionInTerminal command (#25007)
Add shortTitle to execSelectionInTerminal command
1 parent 0317c6b commit a3dd3aa
Copy full SHA for a3dd3aa

File tree

Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-1Lines 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

Copy file name to clipboardExpand all lines: package.nls.json
+2-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.