diff --git a/package.json b/package.json index 1f1ca2a8da8a..001b339e3cf0 100644 --- a/package.json +++ b/package.json @@ -333,7 +333,8 @@ { "category": "Python", "command": "python.execSelectionInDjangoShell", - "title": "%python.command.python.execSelectionInDjangoShell.title%" + "title": "%python.command.python.execSelectionInDjangoShell.title%", + "shortTitle": "%python.command.python.execSelectionInDjangoShell.shortTitle%" }, { "category": "Python", @@ -344,7 +345,8 @@ { "category": "Python", "command": "python.execInREPL", - "title": "%python.command.python.execInREPL.title%" + "title": "%python.command.python.execInREPL.title%", + "shortTitle": "%python.command.python.execInREPL.shortTitle%" }, { "category": "Python", diff --git a/package.nls.json b/package.nls.json index 038c0f278305..1a2787a821f9 100644 --- a/package.nls.json +++ b/package.nls.json @@ -22,6 +22,8 @@ "python.command.python.execSelectionInTerminal.shortTitle": "Run Selection/Line", "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.execSelectionInDjangoShell.shortTitle": "Run in Django Shell", + "python.command.python.execInREPL.shortTitle": "Run Selection/Line in REPL", "python.command.python.reportIssue.title": "Report Issue...", "python.command.python.clearCacheAndReload.title": "Clear Cache and Reload Window", "python.command.python.analysis.restartLanguageServer.title": "Restart Language Server",