From a71e83057cc9aa9d2c3233c19726dd9bc686be09 Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Thu, 13 Jan 2022 23:22:31 -0600 Subject: [PATCH] fix: Update VS Code supported version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97e4a78..cf79224 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "vscode:prepublish": "npm run theme && npm run build -- --minify" }, "engines": { - "vscode": "^1.42.0" + "vscode": "^1.63.1" }, "categories": [ "Themes"