From 6a5c2e08db0dea268e454bfb117a87d3c0077d58 Mon Sep 17 00:00:00 2001 From: 0x219 Date: Mon, 12 Dec 2022 10:01:35 +0800 Subject: [PATCH] Supported to version 1.41 and above --- package.json | 5 ++--- pnpm-lock.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b6bf47c..7658c29 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "devDependencies": { "@types/markdown-it": "12.2.3", "@types/node": "18.11.13", - "@types/vscode": "1.74.0", + "@types/vscode": "1.41.0", "@vscode/test-electron": "2.2.1", "@vscode/vsce": "2.15.0", "concurrently": "7.6.0", @@ -98,8 +98,7 @@ "zx": "7.1.1" }, "engines": { - "node": ">=16.x", - "vscode": "^1.74.0" + "vscode": "^1.41.0" }, "icon": "assets/logo.png", "pricing": "Free" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 68ed919..15b411c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,7 +3,7 @@ lockfileVersion: 5.4 specifiers: '@types/markdown-it': 12.2.3 '@types/node': 18.11.13 - '@types/vscode': 1.74.0 + '@types/vscode': 1.41.0 '@vscode/test-electron': 2.2.1 '@vscode/vsce': 2.15.0 concurrently: 7.6.0 @@ -38,7 +38,7 @@ dependencies: devDependencies: '@types/markdown-it': 12.2.3 '@types/node': 18.11.13 - '@types/vscode': 1.74.0 + '@types/vscode': 1.41.0 '@vscode/test-electron': 2.2.1 '@vscode/vsce': 2.15.0 concurrently: 7.6.0 @@ -438,8 +438,8 @@ packages: resolution: {integrity: sha512-ZREFYlpUmPQJ0esjxoG1fMvB2HNaD3z+mjqdSosZvd3RalncI9NEur73P8ZJz4YQdL64CmV1w0RuqoRUlhQRBw==} dev: true - /@types/vscode/1.74.0: - resolution: {integrity: sha512-LyeCIU3jb9d38w0MXFwta9r0Jx23ugujkAxdwLTNCyspdZTKUc43t7ppPbCiPoQ/Ivd/pnDFZrb4hWd45wrsgA==} + /@types/vscode/1.41.0: + resolution: {integrity: sha512-7SfeY5u9jgiELwxyLB3z7l6l/GbN9CqpCQGkcRlB7tKRFBxzbz2PoBfGrLxI1vRfUCIq5+hg5vtDHExwq5j3+A==} dev: true /@types/which/2.0.1: