File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- Reword commands in Run/Debug button in editor title.
2
- (thanks (Anna Arsentieva)[ https://github.com/arsentieva ] )
1
+ Renamed the commands in the Run/Debug button of the editor title. (thanks (Analía Bannura)[ https://github.com/analiabs ] and (Anna Arsentieva)[ https://github.com/arsentieva ] )
Original file line number Diff line number Diff line change 334
334
"category" : " Python" ,
335
335
"command" : " python.execInTerminal-icon" ,
336
336
"icon" : " $(play)" ,
337
- "title" : " %python.command.python.execInTerminal .title%"
337
+ "title" : " %python.command.python.execInTerminalIcon .title%"
338
338
},
339
339
{
340
340
"category" : " Python" ,
1774
1774
{
1775
1775
"command" : " python.execInTerminal-icon" ,
1776
1776
"group" : " navigation@0" ,
1777
- "title" : " %python.command.python.execInTerminal .title%" ,
1777
+ "title" : " %python.command.python.execInTerminalIcon .title%" ,
1778
1778
"when" : " resourceLangId == python && !isInDiffEditor"
1779
1779
},
1780
1780
{
Original file line number Diff line number Diff line change 2
2
"python.command.python.sortImports.title" : " Sort Imports" ,
3
3
"python.command.python.startREPL.title" : " Start REPL" ,
4
4
"python.command.python.createTerminal.title" : " Create Terminal" ,
5
- "python.command.python.execInTerminal.title" : " Run Python File" ,
5
+ "python.command.python.execInTerminal.title" : " Run Python File in Terminal " ,
6
6
"python.command.python.debugInTerminal.title" : " Debug Python File" ,
7
+ "python.command.python.execInTerminalIcon.title" : " Run Python File" ,
7
8
"python.command.python.setInterpreter.title" : " Select Interpreter" ,
8
9
"python.command.python.switchOffInsidersChannel.title" : " Switch to Default Channel" ,
9
10
"python.command.python.switchToDailyChannel.title" : " Switch to Insiders Daily Channel" ,
You can’t perform that action at this time.
0 commit comments