File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## version 2.17.6
2
+
3
+ - 最新的题通过后没有百分比运行信息
4
+
1
5
## version 2.17.5
2
6
3
7
- 修复 c++ 调试 断点问题
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.5 " ,
5
+ "version" : " 2.17.6 " ,
6
6
"author" : " ccagml" ,
7
7
"publisher" : " ccagml" ,
8
8
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ class SubmitApi extends ApiBase {
101
101
result . runtime_percentile . toFixed ( 2 ) ,
102
102
result . lang
103
103
) ;
104
- else return reply . warn ( "Failed to get runtime percentile." ) ;
104
+
105
105
if ( result . memory && result . memory_percentile )
106
106
that . printLine (
107
107
log_obj ,
@@ -111,7 +111,6 @@ class SubmitApi extends ApiBase {
111
111
result . lang ,
112
112
result . memory
113
113
) ;
114
- else return reply . warn ( "Failed to get memory percentile." ) ;
115
114
} ) ( ) ;
116
115
} else {
117
116
result . testcase = result . testcase . slice ( 1 , - 1 ) . replace ( / \\ n / g, "\n" ) ;
You can’t perform that action at this time.
0 commit comments