We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c76c10b + b2f797c commit 27c8b28Copy full SHA for 27c8b28
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## version 2.19.5
2
+
3
+- 子进程执行路径
4
5
## version 2.19.4
6
7
- 增加 计时器 配置是否开启
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",
8
"license": "MIT",
resources/bin/leetcode
@@ -1,3 +1,3 @@
#!/usr/bin/env node
-require("../../out/src/childProcessCall/childMain");
+require("../../out/src/rpc/childMain");
0 commit comments