Skip to content

Issue #17019: Reword commands in Run/Debug button in editor title #17592

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 1, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions news/2 Fixes/17019.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Reword commands in Run/Debug button in editor title button in editor title

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Reword commands in Run/Debug button in editor title button in editor title
Reword commands in Run/Debug button in editor title.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Reword commands in Run/Debug button in editor title button in editor title
Reword commands in Run/Debug button in editor title.
(thanks (Anna Arsentieva)[https://github.com/arsentieva])

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arsentieva Use the commit suggestion from me. It adds your GH id so you get credit for this.

4 changes: 2 additions & 2 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"python.command.python.sortImports.title": "Sort Imports",
"python.command.python.startREPL.title": "Start REPL",
"python.command.python.createTerminal.title": "Create Terminal",
"python.command.python.execInTerminal.title": "Run Python File in Terminal",
"python.command.python.debugInTerminal.title": "Debug Python File in Terminal",
"python.command.python.execInTerminal.title": "Run Python File",
"python.command.python.debugInTerminal.title": "Debug Python File",
"python.command.python.setInterpreter.title": "Select Interpreter",
"python.command.python.switchOffInsidersChannel.title": "Switch to Default Channel",
"python.command.python.switchToDailyChannel.title": "Switch to Insiders Daily Channel",
Expand Down