|
319 | 319 | "icon": "$(play)",
|
320 | 320 | "title": "%python.command.python.execInDedicatedTerminal.title%"
|
321 | 321 | },
|
322 |
| - { |
323 |
| - "category": "Python", |
324 |
| - "command": "python.execSelectionInDjangoShell", |
325 |
| - "title": "%python.command.python.execSelectionInDjangoShell.title%" |
326 |
| - }, |
327 |
| - { |
328 |
| - "category": "Python", |
329 |
| - "command": "python.execSelectionInTerminal", |
330 |
| - "title": "%python.command.python.execSelectionInTerminal.title%", |
331 |
| - "shortTitle": "%python.command.python.execSelectionInTerminal.shortTitle%" |
332 |
| - }, |
333 | 322 | {
|
334 | 323 | "category": "Python",
|
335 | 324 | "command": "python.execInREPL",
|
|
1129 | 1118 | }
|
1130 | 1119 | ],
|
1131 | 1120 | "keybindings": [
|
1132 |
| - { |
1133 |
| - "command": "python.execSelectionInTerminal", |
1134 |
| - "key": "shift+enter", |
1135 |
| - "when": "editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && !jupyter.ownsSelection && !notebookEditorFocused && !isCompositeNotebook" |
1136 |
| - }, |
1137 | 1121 | {
|
1138 | 1122 | "command": "python.execInREPL",
|
1139 | 1123 | "key": "shift+enter",
|
|
1279 | 1263 | "title": "%python.command.python.execInDedicatedTerminal.title%",
|
1280 | 1264 | "when": "false"
|
1281 | 1265 | },
|
1282 |
| - { |
1283 |
| - "category": "Python", |
1284 |
| - "command": "python.execSelectionInDjangoShell", |
1285 |
| - "title": "%python.command.python.execSelectionInDjangoShell.title%", |
1286 |
| - "when": "!virtualWorkspace && shellExecutionSupported && editorLangId == python" |
1287 |
| - }, |
1288 |
| - { |
1289 |
| - "category": "Python", |
1290 |
| - "command": "python.execSelectionInTerminal", |
1291 |
| - "title": "%python.command.python.execSelectionInTerminal.title%", |
1292 |
| - "when": "!virtualWorkspace && shellExecutionSupported && editorLangId == python" |
1293 |
| - }, |
1294 | 1266 | {
|
1295 | 1267 | "category": "Python",
|
1296 | 1268 | "command": "python.execInREPL",
|
|
1379 | 1351 | "group": "Python",
|
1380 | 1352 | "when": "resourceLangId == python && !virtualWorkspace && shellExecutionSupported"
|
1381 | 1353 | },
|
1382 |
| - { |
1383 |
| - "command": "python.execSelectionInDjangoShell", |
1384 |
| - "group": "Python", |
1385 |
| - "when": "editorHasSelection && editorLangId == python && python.isDjangoProject && !virtualWorkspace && shellExecutionSupported" |
1386 |
| - }, |
1387 |
| - { |
1388 |
| - "command": "python.execSelectionInTerminal", |
1389 |
| - "group": "Python", |
1390 |
| - "when": "!config.python.REPL.sendToNativeREPL && editorFocus && editorLangId == python && !virtualWorkspace && shellExecutionSupported" |
1391 |
| - }, |
1392 | 1354 | {
|
1393 | 1355 | "command": "python.execInREPL",
|
1394 | 1356 | "group": "Python",
|
|
0 commit comments