Skip to content

Commit ab0a907

Browse files
committed
fix: Remove * activationEvents to avoid perf issue
1 parent 44107ae commit ab0a907

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-open",
33
"displayName": "Open",
44
"description": "Opens the current file or folder with the default for the OS",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"icon": "open.png",
77
"publisher": "sandcastle",
88
"engines": {
@@ -15,9 +15,11 @@
1515
"keywords": [
1616
"open",
1717
"file",
18+
"folder",
1819
"browser",
1920
"display",
20-
"vscode"
21+
"vscode",
22+
"default application"
2123
],
2224
"homepage": "https://github.com/sandcastle/vscode-open",
2325
"bugs": {
@@ -27,7 +29,7 @@
2729
"Other"
2830
],
2931
"activationEvents": [
30-
"*"
32+
"onCommand:workbench.action.files.openFileWithDefaultApplication"
3133
],
3234
"main": "./out/src/extension",
3335
"contributes": {

0 commit comments

Comments
 (0)