Skip to content

Commit bf38fc5

Browse files
authored
Add "Native" in front of "Python REPL" under Run Python menu (microsoft#24785)
Aligning more with command palette option we have: `Python: Start Native Python REPL` and taking feedback from microsoft#24443 (reply in thread)
1 parent d5b19e7 commit bf38fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"python.command.python.configureTests.title": "Configure Tests",
1616
"python.command.testing.rerunFailedTests.title": "Rerun Failed Tests",
1717
"python.command.python.execSelectionInTerminal.title": "Run Selection/Line in Python Terminal",
18-
"python.command.python.execInREPL.title": "Run Selection/Line in Python REPL",
18+
"python.command.python.execInREPL.title": "Run Selection/Line in Native Python REPL",
1919
"python.command.python.execSelectionInDjangoShell.title": "Run Selection/Line in Django Shell",
2020
"python.command.python.reportIssue.title": "Report Issue...",
2121
"python.command.python.clearCacheAndReload.title": "Clear Cache and Reload Window",

0 commit comments

Comments
 (0)