Skip to content

Commit 44d51ef

Browse files
analiabsKartik Raj
authored andcommitted
Rename commands in Run/Debug button (#17594)
* Solve merge conflits * Rename commands in Run/Debug button - new entry * Update news/2 Fixes/17019.md Co-authored-by: Kartik Raj <[email protected]>
1 parent 0874c78 commit 44d51ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

news/2 Fixes/17019.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
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])

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
"category": "Python",
336336
"command": "python.execInTerminal-icon",
337337
"icon": "$(play)",
338-
"title": "%python.command.python.execInTerminal.title%"
338+
"title": "%python.command.python.execInTerminalIcon.title%"
339339
},
340340
{
341341
"category": "Python",

package.nls.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"python.command.python.sortImports.title": "Sort Imports",
33
"python.command.python.startREPL.title": "Start REPL",
44
"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",
66
"python.command.python.debugInTerminal.title": "Debug Python File",
7+
"python.command.python.execInTerminalIcon.title": "Run Python File",
78
"python.command.python.setInterpreter.title": "Select Interpreter",
89
"python.command.python.switchOffInsidersChannel.title": "Switch to Default Channel",
910
"python.command.python.switchToDailyChannel.title": "Switch to Insiders Daily Channel",

0 commit comments

Comments
 (0)