File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Original file line number Diff line number Diff line change 325
325
{
326
326
"category" : " Python" ,
327
327
"command" : " python.execSelectionInTerminal" ,
328
- "title" : " %python.command.python.execSelectionInTerminal.title%"
328
+ "title" : " %python.command.python.execSelectionInTerminal.title%" ,
329
+ "shortTitle" : " %python.command.python.execSelectionInTerminal.shortTitle%"
329
330
},
330
331
{
331
332
"category" : " Python" ,
Original file line number Diff line number Diff line change 6
6
"python.command.python.createTerminal.title" : " Create Terminal" ,
7
7
"python.command.python.execInTerminal.title" : " Run Python File in Terminal" ,
8
8
"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" ,
10
10
"python.command.python.setInterpreter.title" : " Select Interpreter" ,
11
11
"python.command.python.clearWorkspaceInterpreter.title" : " Clear Workspace Interpreter Setting" ,
12
12
"python.command.python.viewOutput.title" : " Show Output" ,
15
15
"python.command.python.configureTests.title" : " Configure Tests" ,
16
16
"python.command.testing.rerunFailedTests.title" : " Rerun Failed Tests" ,
17
17
"python.command.python.execSelectionInTerminal.title" : " Run Selection/Line in Python Terminal" ,
18
+ "python.command.python.execSelectionInTerminal.shortTitle" : " Run Selection/Line" ,
18
19
"python.command.python.execInREPL.title" : " Run Selection/Line in Native Python REPL" ,
19
20
"python.command.python.execSelectionInDjangoShell.title" : " Run Selection/Line in Django Shell" ,
20
21
"python.command.python.reportIssue.title" : " Report Issue..." ,
You can’t perform that action at this time.
0 commit comments