From 7806cf7614f7f7c8ad87bfb1428a6917dee70ee6 Mon Sep 17 00:00:00 2001 From: Pranay Agarwal Date: Thu, 29 Feb 2024 13:22:09 -0500 Subject: [PATCH] Remove onDebug activation event --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 284cf4a..7fa8f26 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.17.1", "publisher": "pranayagarwal", "engines": { - "vscode": "^1.61.0" + "vscode": "^1.74.0" }, "license": "MIT", "displayName": "Hack", @@ -299,8 +299,7 @@ ] }, "activationEvents": [ - "workspaceContains:.hhconfig", - "onDebug" + "workspaceContains:.hhconfig" ], "scripts": { "vscode:prepublish": "npm run compile",