|
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...",
|
|