Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down