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");