Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commita3dd3aa

Browse files
authored
Add shortTitle to execSelectionInTerminal command (#25007)
Add shortTitle to execSelectionInTerminal command
1 parent0317c6b commita3dd3aa

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)

[8]ページ先頭

©2009-2025 Movatter.jp