Skip to content

Commit

Permalink
Remove onDebug activation event
Browse files Browse the repository at this point in the history
  • Loading branch information
PranayAgarwal committed Feb 29, 2024
1 parent be11ca5 commit 7806cf7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.17.1",
"publisher": "pranayagarwal",
"engines": {
"vscode": "^1.61.0"
"vscode": "^1.74.0"
},
"license": "MIT",
"displayName": "Hack",
Expand Down Expand Up @@ -299,8 +299,7 @@
]
},
"activationEvents": [
"workspaceContains:.hhconfig",
"onDebug"
"workspaceContains:.hhconfig"
],
"scripts": {
"vscode:prepublish": "npm run compile",
Expand Down

0 comments on commit 7806cf7

Please sign in to comment.