File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## version 2.15.4
2
+
3
+ - 模板错了
4
+
1
5
## version 2.15.3
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.15.3 " ,
5
+ "version" : " 2.15.4 " ,
6
6
"author" : " ccagml" ,
7
7
"publisher" : " ccagml" ,
8
8
"license" : " MIT" ,
Original file line number Diff line number Diff line change 10
10
<%=comment.singleLine%> @lc code=end
11
11
12
12
<%=comment.singleLine%> @lcpr-div-debug-arg-start
13
- <%=comment.singleLine%> funName= ""
13
+ <%=comment.singleLine%> funName=
14
14
<%=comment.singleLine%> paramTypes= []
15
- <%=comment.singleLine%> returnType= ""
15
+ <%=comment.singleLine%> returnType=
16
16
<%=comment.singleLine%> @lcpr-div-debug-arg-end
17
17
18
18
<% if(allCaseList && allCaseList.length > 0){ %>
Original file line number Diff line number Diff line change 22
22
<%=comment.singleLine%> @lc code=end
23
23
24
24
<%=comment.singleLine%> @lcpr-div-debug-arg-start
25
- <%=comment.singleLine%> funName= ""
25
+ <%=comment.singleLine%> funName=
26
26
<%=comment.singleLine%> paramTypes= []
27
- <%=comment.singleLine%> returnType= ""
27
+ <%=comment.singleLine%> returnType=
28
28
<%=comment.singleLine%> @lcpr-div-debug-arg-end
29
29
30
30
<% if(allCaseList && allCaseList.length > 0){ %>
You can’t perform that action at this time.
0 commit comments