From 855d5bb1dfb77a06116daddb4a584f53db836124 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Sun, 1 Sep 2024 13:05:51 -0700 Subject: [PATCH] Target 1.92 --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 164c616..511b3b8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "helloworld-2022", "displayName": "HelloWorld 2022", "version": "0.2.3", - "description": "Because helloworld was taken??", + "description": "Because helloworld was taken!", "categories": [ "Other" ], @@ -69,10 +69,6 @@ } ] }, - "activationEvents": [ - "onCommand:helloworld.helloWorld", - "onCommand:helloworld.time" - ], "lint-staged": { "*": "prettier --check", "src/*": [ @@ -103,6 +99,6 @@ "vscode-tmgrammar-test": "^0.1.1" }, "engines": { - "vscode": "^1.67.0" + "vscode": "^1.92.0" } }