Skip to content

Commit

Permalink
add "Native" in front of Python REPL under Run Python
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Feb 5, 2025
1 parent d5b19e7 commit 19bdb06
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 19bdb06

Please sign in to comment.