|
54 | 54 | "Visualization" |
55 | 55 | ], |
56 | 56 | "activationEvents": [ |
| 57 | + "onCommand:deepnote.openFile", |
| 58 | + "onCommand:deepnote.openNotebook", |
| 59 | + "onCommand:deepnote.refreshExplorer", |
| 60 | + "onCommand:deepnote.revealInExplorer", |
57 | 61 | "onLanguage:jupyter", |
58 | 62 | "onLanguage:python", |
59 | 63 | "onLanguageModelTool:configure_notebook", |
|
251 | 255 | } |
252 | 256 | ], |
253 | 257 | "commands": [ |
| 258 | + { |
| 259 | + "command": "deepnote.refreshExplorer", |
| 260 | + "title": "%deepnote.commands.refreshExplorer.title%", |
| 261 | + "category": "Deepnote", |
| 262 | + "icon": "$(refresh)" |
| 263 | + }, |
| 264 | + { |
| 265 | + "command": "deepnote.openNotebook", |
| 266 | + "title": "%deepnote.commands.openNotebook.title%", |
| 267 | + "category": "Deepnote", |
| 268 | + "icon": "$(notebook)" |
| 269 | + }, |
| 270 | + { |
| 271 | + "command": "deepnote.openFile", |
| 272 | + "title": "%deepnote.commands.openFile.title%", |
| 273 | + "category": "Deepnote", |
| 274 | + "icon": "$(go-to-file)" |
| 275 | + }, |
| 276 | + { |
| 277 | + "command": "deepnote.revealInExplorer", |
| 278 | + "title": "%deepnote.commands.revealInExplorer.title%", |
| 279 | + "category": "Deepnote", |
| 280 | + "icon": "$(reveal)" |
| 281 | + }, |
254 | 282 | { |
255 | 283 | "command": "dataScience.ClearCache", |
256 | 284 | "title": "%jupyter.command.dataScience.clearCache.title%", |
|
2007 | 2035 | { |
2008 | 2036 | "id": "deepnote", |
2009 | 2037 | "title": "Deepnote", |
2010 | | - "icon": "$(notebook)" |
| 2038 | + "icon": "resources/dark/deepnote-icon.svg" |
2011 | 2039 | } |
2012 | 2040 | ], |
2013 | 2041 | "panel": [ |
|
2031 | 2059 | { |
2032 | 2060 | "id": "deepnoteExplorer", |
2033 | 2061 | "name": "Explorer", |
2034 | | - "when": "workspaceFolderCount != 0" |
| 2062 | + "when": "workspaceFolderCount != 0", |
| 2063 | + "iconPath": { |
| 2064 | + "light": "./resources/light/deepnote-icon.svg", |
| 2065 | + "dark": "./resources/dark/deepnote-icon.svg" |
| 2066 | + } |
2035 | 2067 | } |
2036 | 2068 | ] |
2037 | 2069 | }, |
|
0 commit comments