Skip to content

Commit 7806cf7

Browse files
committed
Remove onDebug activation event
1 parent be11ca5 commit 7806cf7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.17.1",
44
"publisher": "pranayagarwal",
55
"engines": {
6-
"vscode": "^1.61.0"
6+
"vscode": "^1.74.0"
77
},
88
"license": "MIT",
99
"displayName": "Hack",
@@ -299,8 +299,7 @@
299299
]
300300
},
301301
"activationEvents": [
302-
"workspaceContains:.hhconfig",
303-
"onDebug"
302+
"workspaceContains:.hhconfig"
304303
],
305304
"scripts": {
306305
"vscode:prepublish": "npm run compile",

0 commit comments

Comments
 (0)