File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 306
306
},
307
307
{
308
308
"category" : " Python" ,
309
- "command" : " python.execInNewTerminal " ,
309
+ "command" : " python.execInDedicatedTerminal " ,
310
310
"icon" : " $(play)" ,
311
- "title" : " %python.command.python.execInNewTerminal .title%"
311
+ "title" : " %python.command.python.execInDedicatedTerminal .title%"
312
312
},
313
313
{
314
314
"category" : " Python" ,
1634
1634
},
1635
1635
{
1636
1636
"category" : " Python" ,
1637
- "command" : " python.execInNewTerminal " ,
1637
+ "command" : " python.execInDedicatedTerminal " ,
1638
1638
"icon" : " $(play)" ,
1639
- "title" : " %python.command.python.execInNewTerminal .title%" ,
1639
+ "title" : " %python.command.python.execInDedicatedTerminal .title%" ,
1640
1640
"when" : " false && editorLangId == python"
1641
1641
},
1642
1642
{
1798
1798
"when" : " resourceLangId == python && !isInDiffEditor && !virtualWorkspace && shellExecutionSupported"
1799
1799
},
1800
1800
{
1801
- "command" : " python.execInNewTerminal " ,
1801
+ "command" : " python.execInDedicatedTerminal " ,
1802
1802
"group" : " navigation@0" ,
1803
- "title" : " %python.command.python.execInNewTerminal .title%" ,
1803
+ "title" : " %python.command.python.execInDedicatedTerminal .title%" ,
1804
1804
"when" : " resourceLangId == python && !isInDiffEditor && !virtualWorkspace && shellExecutionSupported"
1805
1805
},
1806
1806
{
Original file line number Diff line number Diff line change 7
7
"python.command.python.execInTerminal.title" : " Run Python File in Terminal" ,
8
8
"python.command.python.debugInTerminal.title" : " Debug Python File" ,
9
9
"python.command.python.execInTerminalIcon.title" : " Run Python File" ,
10
- "python.command.python.execInNewTerminal .title" : " Run Python File in Separate Terminal" ,
10
+ "python.command.python.execInDedicatedTerminal .title" : " Run Python File in Dedicated Terminal" ,
11
11
"python.command.python.setInterpreter.title" : " Select Interpreter" ,
12
12
"python.command.python.clearWorkspaceInterpreter.title" : " Clear Workspace Interpreter Setting" ,
13
13
"python.command.python.viewOutput.title" : " Show Output" ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export namespace Commands {
44
44
export const Enable_SourceMap_Support = 'python.enableSourceMapSupport' ;
45
45
export const Exec_In_Terminal = 'python.execInTerminal' ;
46
46
export const Exec_In_Terminal_Icon = 'python.execInTerminal-icon' ;
47
- export const Exec_In_Separate_Terminal = 'python.execInNewTerminal ' ;
47
+ export const Exec_In_Separate_Terminal = 'python.execInDedicatedTerminal ' ;
48
48
export const Exec_Selection_In_Django_Shell = 'python.execSelectionInDjangoShell' ;
49
49
export const Exec_Selection_In_Terminal = 'python.execSelectionInTerminal' ;
50
50
export const GetSelectedInterpreterPath = 'python.interpreterPath' ;
You can’t perform that action at this time.
0 commit comments