Skip to content

Commit d176746

Browse files
authored
fix: 移除 activationEvents 空数组 (#23)
- 删除 package.json 里的 "activationEvents": [] 。 由于vscode为所有命令生成激活事件
1 parent 8d572d6 commit d176746

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"categories": [
1616
"Other"
1717
],
18-
"activationEvents": [],
1918
"main": "./dist/extension.js",
2019
"contributes": {
2120
"commands": [

0 commit comments

Comments
 (0)