Skip to content

Commit

Permalink
Remove no more needed activation event
Browse files Browse the repository at this point in the history
fixes #142

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Jan 19, 2024
1 parent cdcdb08 commit 230474b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"main": "./dist/extension/extension.js",
"browser": "./dist/extension/extensionWeb.js",
"engines": {
"vscode": "^1.46.0"
"vscode": "^1.74.0"
},
"categories": [
"Other"
Expand All @@ -55,7 +55,6 @@
"No Code Integration"
],
"activationEvents": [
"onCustomEditor:webviewEditorsKaoto",
"workspaceContains:**/*.kaoto.yaml",
"workspaceContains:**/*.kaoto.yml",
"workspaceContains:**/*.camel.yaml",
Expand Down

0 comments on commit 230474b

Please sign in to comment.