|
861 | 861 | "category": "Python" |
862 | 862 | }, |
863 | 863 | { |
864 | | - "command": "python.datascience.newNotebook.removeallcells", |
865 | | - "title": "%python.command.python.datascience.newNotebook.removeallcells.title%", |
| 864 | + "command": "python.datascience.notebookeditor.removeallcells", |
| 865 | + "title": "%python.command.python.datascience.notebookeditor.removeallcells.title%", |
866 | 866 | "category": "Python" |
867 | 867 | }, |
868 | 868 | { |
869 | | - "command": "python.datascience.newNotebook.expandallcells", |
870 | | - "title": "%python.command.python.datascience.newNotebook.expandallcells.title%", |
| 869 | + "command": "python.datascience.notebookeditor.expandallcells", |
| 870 | + "title": "%python.command.python.datascience.notebookeditor.expandallcells.title%", |
871 | 871 | "category": "Python" |
872 | 872 | }, |
873 | 873 | { |
874 | | - "command": "python.datascience.newNotebook.collapseallcells", |
875 | | - "title": "%python.command.python.datascience.newNotebook.collapseallcells.title%", |
| 874 | + "command": "python.datascience.notebookeditor.collapseallcells", |
| 875 | + "title": "%python.command.python.datascience.notebookeditor.collapseallcells.title%", |
876 | 876 | "category": "Python" |
877 | 877 | }, |
878 | 878 | { |
|
1435 | 1435 | "when": "python.datascience.isnativeactive && python.datascience.featureenabled && python.datascience.isnotebooktrusted" |
1436 | 1436 | }, |
1437 | 1437 | { |
1438 | | - "command": "python.datascience.newNotebook.removeallcells", |
1439 | | - "title": "%python.command.python.datascience.newNotebook.removeallcells.title%", |
| 1438 | + "command": "python.datascience.notebookeditor.removeallcells", |
| 1439 | + "title": "%python.command.python.datascience.removeallcells.title%", |
1440 | 1440 | "category": "Python", |
1441 | 1441 | "when": "python.datascience.featureenabled && notebookEditorFocused" |
1442 | 1442 | }, |
1443 | 1443 | { |
1444 | | - "command": "python.datascience.newNotebook.expandallcells", |
1445 | | - "title": "%python.command.python.datascience.newNotebook.expandallcells.title%", |
| 1444 | + "command": "python.datascience.notebookeditor.expandallcells", |
| 1445 | + "title": "%python.command.python.datascience.expandallcells.title%", |
1446 | 1446 | "category": "Python", |
1447 | 1447 | "when": "python.datascience.featureenabled && notebookEditorFocused" |
1448 | 1448 | }, |
1449 | 1449 | { |
1450 | | - "command": "python.datascience.newNotebook.collapseallcells", |
1451 | | - "title": "%python.command.python.datascience.newNotebook.collapseallcells.title%", |
| 1450 | + "command": "python.datascience.notebookeditor.collapseallcells", |
| 1451 | + "title": "%python.command.python.datascience.collapseallcells.title%", |
1452 | 1452 | "category": "Python", |
1453 | 1453 | "when": "python.datascience.featureenabled && notebookEditorFocused" |
1454 | 1454 | }, |
|
0 commit comments