From b2f797c274acdb035f6b0f08cd0858d42aa991ec Mon Sep 17 00:00:00 2001 From: ccagml Date: Tue, 11 Apr 2023 13:40:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E8=BF=9B=E7=A8=8B=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ package.json | 2 +- resources/bin/leetcode | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c5d5c..a1676e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## version 2.19.5 + +- 子进程执行路径 + ## version 2.19.4 - 增加 计时器 配置是否开启 diff --git a/package.json b/package.json index f113166..a608f0d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-leetcode-problem-rating", "displayName": "LeetCode", "description": "%main.description%", - "version": "2.19.4", + "version": "2.19.5", "author": "ccagml", "publisher": "ccagml", "license": "MIT", diff --git a/resources/bin/leetcode b/resources/bin/leetcode index 02f42bd..25d197c 100755 --- a/resources/bin/leetcode +++ b/resources/bin/leetcode @@ -1,3 +1,3 @@ #!/usr/bin/env node -require("../../out/src/childProcessCall/childMain"); +require("../../out/src/rpc/childMain");