File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 13
13
"*.gafq" : " lua" ,
14
14
"functional" : " cpp"
15
15
},
16
+ "leetcode-problem-rating.filePath" : {
17
+ "default" : {
18
+ "folder" : " " ,
19
+ "filename" : " ${id}.${kebab-case-name}_${yyyymmdd}.${ext}"
20
+ }
21
+ },
16
22
}
Original file line number Diff line number Diff line change
1
+ ## version 2.17.7
2
+
3
+ - filepath 格式可以保存在工作区,避免每次新环境还要配文件名
4
+
1
5
## version 2.17.6
2
6
3
7
- 最新的题通过后没有百分比运行信息
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-leetcode-problem-rating" ,
3
3
"displayName" : " LeetCode" ,
4
4
"description" : " %main.description%" ,
5
- "version" : " 2.17.6 " ,
5
+ "version" : " 2.17.7 " ,
6
6
"author" : " ccagml" ,
7
7
"publisher" : " ccagml" ,
8
8
"license" : " MIT" ,
767
767
},
768
768
"leetcode-problem-rating.filePath" : {
769
769
"type" : " object" ,
770
- "scope" : " machine" ,
771
770
"description" : " %main.contributes.configuration.properties.leetcode-problem-rating.filePath.description%" ,
772
771
"properties" : {
773
772
"default" : {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { reply } from "../../utils/ReplyUtils";
15
15
16
16
import { sessionUtils } from "../../utils/sessionUtils" ;
17
17
import { ApiBase } from "../apiBase" ;
18
- import { commUtils } from "../../utils/commUtils" ;
18
+ // import { commUtils } from "../../utils/commUtils";
19
19
import { chainMgr } from "../../actionChain/chainManager" ;
20
20
21
21
class TestApi extends ApiBase {
You can’t perform that action at this time.
0 commit comments