|
15 | 15 | "Other" |
16 | 16 | ], |
17 | 17 | "activationEvents": [ |
18 | | - "onCommand:plutoView.start", |
19 | | - "onCommand:plutoView.openCurrentWith", |
20 | | - "onWebviewPanel:plutoView", |
21 | | - "onCustomEditor:plutoView" |
| 18 | + "onCommand:plutoEditor.start", |
| 19 | + "onCommand:plutoEditor.openCurrentWith", |
| 20 | + "onWebviewPanel:plutoEditor", |
| 21 | + "onCustomEditor:plutoEditor" |
22 | 22 | ], |
23 | 23 | "main": "./out/extension.js", |
24 | 24 | "contributes": { |
25 | 25 | "commands": [ |
26 | 26 | { |
27 | | - "command": "plutoView.start", |
| 27 | + "command": "plutoEditor.start", |
28 | 28 | "title": "Start a Pluto.jl notebook 🎈", |
29 | 29 | "category": "Pluto" |
30 | 30 | }, |
31 | 31 | { |
32 | | - "command": "plutoView.openCurrentWith", |
| 32 | + "command": "plutoEditor.openCurrentWith", |
33 | 33 | "title": "Open with Pluto.jl 🎈", |
34 | 34 | "category": "Pluto" |
35 | 35 | } |
36 | 36 | ], |
37 | 37 | "customEditors": [ |
38 | 38 | { |
39 | | - "viewType": "plutoView", |
| 39 | + "viewType": "plutoEditor", |
40 | 40 | "displayName": "Pluto", |
41 | 41 | "selector": [ |
42 | 42 | { |
|
53 | 53 | "editor/title/context": [ |
54 | 54 | { |
55 | 55 | "when": "resourceLangId == julia", |
56 | | - "command": "plutoView.openCurrentWith", |
| 56 | + "command": "plutoEditor.openCurrentWith", |
57 | 57 | "group": "3_open@3" |
58 | 58 | } |
59 | 59 | ], |
60 | 60 | "explorer/context": [ |
61 | 61 | { |
62 | 62 | "when": "resourceLangId == julia", |
63 | | - "command": "plutoView.openCurrentWith", |
| 63 | + "command": "plutoEditor.openCurrentWith", |
64 | 64 | "group": "navigation@4" |
65 | 65 | } |
66 | 66 | ] |
|
0 commit comments