Skip to content

Commit

Permalink
Add "Native" in front of "Python REPL" under Run Python menu (#24785)
Browse files Browse the repository at this point in the history
Aligning more with command palette option we have: `Python: Start Native
Python REPL` and taking feedback from
#24443 (reply in thread)
  • Loading branch information
anthonykim1 authored Feb 5, 2025
1 parent d5b19e7 commit bf38fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"python.command.python.configureTests.title": "Configure Tests",
"python.command.testing.rerunFailedTests.title": "Rerun Failed Tests",
"python.command.python.execSelectionInTerminal.title": "Run Selection/Line in Python Terminal",
"python.command.python.execInREPL.title": "Run Selection/Line in Python REPL",
"python.command.python.execInREPL.title": "Run Selection/Line in Native Python REPL",
"python.command.python.execSelectionInDjangoShell.title": "Run Selection/Line in Django Shell",
"python.command.python.reportIssue.title": "Report Issue...",
"python.command.python.clearCacheAndReload.title": "Clear Cache and Reload Window",
Expand Down

0 comments on commit bf38fc5

Please sign in to comment.