diff --git a/package.json b/package.json index 35fe1f8..c6e3576 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ ], "activationEvents": [ "onCommand:customEditorSamples.enableTestMode", - "onWebviewEditor:testWebviewEditor.abc", - "onWebviewEditor:testWebviewEditor.catDraw" + "onCustomEditor:testWebviewEditor.abc", + "onCustomEditor:testWebviewEditor.catDraw" ], "main": "./out/extension", "contributes": {