Skip to content

Commit 1d326dc

Browse files
committed
cleanup
1 parent 2d16f28 commit 1d326dc

File tree

6 files changed

+345
-409
lines changed

6 files changed

+345
-409
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@
1515
"Other"
1616
],
1717
"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"
2222
],
2323
"main": "./out/extension.js",
2424
"contributes": {
2525
"commands": [
2626
{
27-
"command": "plutoView.start",
27+
"command": "plutoEditor.start",
2828
"title": "Start a Pluto.jl notebook 🎈",
2929
"category": "Pluto"
3030
},
3131
{
32-
"command": "plutoView.openCurrentWith",
32+
"command": "plutoEditor.openCurrentWith",
3333
"title": "Open with Pluto.jl 🎈",
3434
"category": "Pluto"
3535
}
3636
],
3737
"customEditors": [
3838
{
39-
"viewType": "plutoView",
39+
"viewType": "plutoEditor",
4040
"displayName": "Pluto",
4141
"selector": [
4242
{
@@ -53,14 +53,14 @@
5353
"editor/title/context": [
5454
{
5555
"when": "resourceLangId == julia",
56-
"command": "plutoView.openCurrentWith",
56+
"command": "plutoEditor.openCurrentWith",
5757
"group": "3_open@3"
5858
}
5959
],
6060
"explorer/context": [
6161
{
6262
"when": "resourceLangId == julia",
63-
"command": "plutoView.openCurrentWith",
63+
"command": "plutoEditor.openCurrentWith",
6464
"group": "navigation@4"
6565
}
6666
]

0 commit comments

Comments
 (0)