Skip to content

Commit 8ce774f

Browse files
analiabsKartik Raj
and
Kartik Raj
authored
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 b4f19ae commit 8ce774f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
"category": "Python",
335335
"command": "python.execInTerminal-icon",
336336
"icon": "$(play)",
337-
"title": "%python.command.python.execInTerminal.title%"
337+
"title": "%python.command.python.execInTerminalIcon.title%"
338338
},
339339
{
340340
"category": "Python",
@@ -1774,7 +1774,7 @@
17741774
{
17751775
"command": "python.execInTerminal-icon",
17761776
"group": "navigation@0",
1777-
"title": "%python.command.python.execInTerminal.title%",
1777+
"title": "%python.command.python.execInTerminalIcon.title%",
17781778
"when": "resourceLangId == python && !isInDiffEditor"
17791779
},
17801780
{

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)