|
195 | 195 | "category": "Deepnote", |
196 | 196 | "icon": "$(add)" |
197 | 197 | }, |
| 198 | + { |
| 199 | + "command": "deepnote.newNotebook", |
| 200 | + "title": "%deepnote.commands.newNotebook.title%", |
| 201 | + "category": "Deepnote", |
| 202 | + "icon": "$(notebook)" |
| 203 | + }, |
| 204 | + { |
| 205 | + "command": "deepnote.renameProject", |
| 206 | + "title": "%deepnote.commands.renameProject.title%", |
| 207 | + "category": "Deepnote", |
| 208 | + "icon": "$(edit)" |
| 209 | + }, |
| 210 | + { |
| 211 | + "command": "deepnote.deleteProject", |
| 212 | + "title": "%deepnote.commands.deleteProject.title%", |
| 213 | + "category": "Deepnote", |
| 214 | + "icon": "$(trash)" |
| 215 | + }, |
| 216 | + { |
| 217 | + "command": "deepnote.renameNotebook", |
| 218 | + "title": "%deepnote.commands.renameNotebook.title%", |
| 219 | + "category": "Deepnote", |
| 220 | + "icon": "$(edit)" |
| 221 | + }, |
| 222 | + { |
| 223 | + "command": "deepnote.deleteNotebook", |
| 224 | + "title": "%deepnote.commands.deleteNotebook.title%", |
| 225 | + "category": "Deepnote", |
| 226 | + "icon": "$(trash)" |
| 227 | + }, |
| 228 | + { |
| 229 | + "command": "deepnote.duplicateNotebook", |
| 230 | + "title": "%deepnote.commands.duplicateNotebook.title%", |
| 231 | + "category": "Deepnote", |
| 232 | + "icon": "$(copy)" |
| 233 | + }, |
| 234 | + { |
| 235 | + "command": "deepnote.addNotebookToProject", |
| 236 | + "title": "%deepnote.commands.addNotebookToProject.title%", |
| 237 | + "category": "Deepnote", |
| 238 | + "icon": "$(add)" |
| 239 | + }, |
198 | 240 | { |
199 | 241 | "command": "dataScience.ClearCache", |
200 | 242 | "title": "%jupyter.command.dataScience.clearCache.title%", |
|
868 | 910 | "when": "notebookType == 'deepnote'" |
869 | 911 | }, |
870 | 912 | { |
871 | | - "command": "deepnote.addSqlBlock", |
| 913 | + "command": "deepnote.newNotebook", |
872 | 914 | "group": "navigation@1", |
873 | 915 | "when": "notebookType == 'deepnote'" |
874 | 916 | }, |
875 | 917 | { |
876 | | - "command": "deepnote.addChartBlock", |
| 918 | + "command": "deepnote.addSqlBlock", |
877 | 919 | "group": "navigation@2", |
878 | 920 | "when": "notebookType == 'deepnote'" |
879 | 921 | }, |
880 | 922 | { |
881 | | - "command": "deepnote.addBigNumberChartBlock", |
| 923 | + "command": "deepnote.addChartBlock", |
882 | 924 | "group": "navigation@3", |
883 | 925 | "when": "notebookType == 'deepnote'" |
884 | 926 | }, |
885 | 927 | { |
886 | | - "command": "deepnote.addInputTextBlock", |
| 928 | + "command": "deepnote.addBigNumberChartBlock", |
887 | 929 | "group": "navigation@4", |
888 | 930 | "when": "notebookType == 'deepnote'" |
889 | 931 | }, |
890 | 932 | { |
891 | | - "command": "deepnote.addInputTextareaBlock", |
| 933 | + "command": "deepnote.addInputTextBlock", |
892 | 934 | "group": "navigation@5", |
893 | 935 | "when": "notebookType == 'deepnote'" |
894 | 936 | }, |
895 | 937 | { |
896 | | - "command": "deepnote.addInputSelectBlock", |
| 938 | + "command": "deepnote.addInputTextareaBlock", |
897 | 939 | "group": "navigation@6", |
898 | 940 | "when": "notebookType == 'deepnote'" |
899 | 941 | }, |
900 | 942 | { |
901 | | - "command": "deepnote.addInputSliderBlock", |
| 943 | + "command": "deepnote.addInputSelectBlock", |
902 | 944 | "group": "navigation@7", |
903 | 945 | "when": "notebookType == 'deepnote'" |
904 | 946 | }, |
905 | 947 | { |
906 | | - "command": "deepnote.addInputCheckboxBlock", |
| 948 | + "command": "deepnote.addInputSliderBlock", |
907 | 949 | "group": "navigation@8", |
908 | 950 | "when": "notebookType == 'deepnote'" |
909 | 951 | }, |
910 | 952 | { |
911 | | - "command": "deepnote.addInputDateBlock", |
| 953 | + "command": "deepnote.addInputCheckboxBlock", |
912 | 954 | "group": "navigation@9", |
913 | 955 | "when": "notebookType == 'deepnote'" |
914 | 956 | }, |
915 | 957 | { |
916 | | - "command": "deepnote.addInputDateRangeBlock", |
| 958 | + "command": "deepnote.addInputDateBlock", |
917 | 959 | "group": "navigation@10", |
918 | 960 | "when": "notebookType == 'deepnote'" |
919 | 961 | }, |
| 962 | + { |
| 963 | + "command": "deepnote.addInputDateRangeBlock", |
| 964 | + "group": "navigation@11", |
| 965 | + "when": "notebookType == 'deepnote'" |
| 966 | + }, |
920 | 967 | { |
921 | 968 | "command": "jupyter.restartkernel", |
922 | 969 | "group": "navigation/execute@5", |
|
1446 | 1493 | "command": "deepnote.revealInExplorer", |
1447 | 1494 | "when": "view == deepnoteExplorer && viewItem != loading", |
1448 | 1495 | "group": "inline@2" |
| 1496 | + }, |
| 1497 | + { |
| 1498 | + "command": "deepnote.addNotebookToProject", |
| 1499 | + "when": "view == deepnoteExplorer && viewItem == projectFile", |
| 1500 | + "group": "1_project@1" |
| 1501 | + }, |
| 1502 | + { |
| 1503 | + "command": "deepnote.renameProject", |
| 1504 | + "when": "view == deepnoteExplorer && viewItem == projectFile", |
| 1505 | + "group": "2_edit@1" |
| 1506 | + }, |
| 1507 | + { |
| 1508 | + "command": "deepnote.deleteProject", |
| 1509 | + "when": "view == deepnoteExplorer && viewItem == projectFile", |
| 1510 | + "group": "3_delete@1" |
| 1511 | + }, |
| 1512 | + { |
| 1513 | + "command": "deepnote.renameNotebook", |
| 1514 | + "when": "view == deepnoteExplorer && viewItem == notebook", |
| 1515 | + "group": "2_edit@1" |
| 1516 | + }, |
| 1517 | + { |
| 1518 | + "command": "deepnote.duplicateNotebook", |
| 1519 | + "when": "view == deepnoteExplorer && viewItem == notebook", |
| 1520 | + "group": "2_edit@2" |
| 1521 | + }, |
| 1522 | + { |
| 1523 | + "command": "deepnote.deleteNotebook", |
| 1524 | + "when": "view == deepnoteExplorer && viewItem == notebook", |
| 1525 | + "group": "3_delete@1" |
1449 | 1526 | } |
1450 | 1527 | ] |
1451 | 1528 | }, |
|
0 commit comments