Skip to content

Commit 2f15146

Browse files
Issue microsoft#17019: Reword commands in Run/Debug button in editor title (microsoft#17592)
* Reword commands in Run/Reword commands in Run/Debug button in editor title button in editor title * fixed verbage * update the wording in news file. * Update news/2 Fixes/17019.md Co-authored-by: Karthik Nadig <[email protected]> Co-authored-by: Karthik Nadig <[email protected]>
1 parent 1fbd5d6 commit 2f15146

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

news/2 Fixes/17019.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Reword commands in Run/Debug button in editor title.
2+
(thanks (Anna Arsentieva)[https://github.com/arsentieva])

package.nls.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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 in Terminal",
6-
"python.command.python.debugInTerminal.title": "Debug Python File in Terminal",
5+
"python.command.python.execInTerminal.title": "Run Python File",
6+
"python.command.python.debugInTerminal.title": "Debug Python File",
77
"python.command.python.setInterpreter.title": "Select Interpreter",
88
"python.command.python.switchOffInsidersChannel.title": "Switch to Default Channel",
99
"python.command.python.switchToDailyChannel.title": "Switch to Insiders Daily Channel",

0 commit comments

Comments
 (0)