From 19bdb06bc0c62b75247718122873a374435cfca0 Mon Sep 17 00:00:00 2001 From: Anthony Kim Date: Wed, 5 Feb 2025 14:14:33 -0800 Subject: [PATCH] add "Native" in front of Python REPL under Run Python --- package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nls.json b/package.nls.json index d744ef430fe4..c4eaa0280f02 100644 --- a/package.nls.json +++ b/package.nls.json @@ -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",