Skip to content

Commit 27c8b28

Browse files
authored
Merge pull request #217 from ccagml/main
子进程执行路径
2 parents c76c10b + b2f797c commit 27c8b28

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## version 2.19.5
2+
3+
- 子进程执行路径
4+
15
## version 2.19.4
26

37
- 增加 计时器 配置是否开启

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-leetcode-problem-rating",
33
"displayName": "LeetCode",
44
"description": "%main.description%",
5-
"version": "2.19.4",
5+
"version": "2.19.5",
66
"author": "ccagml",
77
"publisher": "ccagml",
88
"license": "MIT",

resources/bin/leetcode

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env node
22

3-
require("../../out/src/childProcessCall/childMain");
3+
require("../../out/src/rpc/childMain");

0 commit comments

Comments
 (0)