Skip to content

Commit 8e9d404

Browse files
authored
Merge pull request #182 from ccagml/main
模板错了
2 parents 5209156 + 994dbf6 commit 8e9d404

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## version 2.15.4
2+
3+
- 模板错了
4+
15
## version 2.15.3
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.15.3",
5+
"version": "2.15.4",
66
"author": "ccagml",
77
"publisher": "ccagml",
88
"license": "MIT",

resources/templates/codeonly.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<%=comment.singleLine%> @lc code=end
1111

1212
<%=comment.singleLine%> @lcpr-div-debug-arg-start
13-
<%=comment.singleLine%> funName= ""
13+
<%=comment.singleLine%> funName=
1414
<%=comment.singleLine%> paramTypes= []
15-
<%=comment.singleLine%> returnType= ""
15+
<%=comment.singleLine%> returnType=
1616
<%=comment.singleLine%> @lcpr-div-debug-arg-end
1717

1818
<% if(allCaseList && allCaseList.length > 0){ %>

resources/templates/detailed.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<%=comment.singleLine%> @lc code=end
2323

2424
<%=comment.singleLine%> @lcpr-div-debug-arg-start
25-
<%=comment.singleLine%> funName= ""
25+
<%=comment.singleLine%> funName=
2626
<%=comment.singleLine%> paramTypes= []
27-
<%=comment.singleLine%> returnType= ""
27+
<%=comment.singleLine%> returnType=
2828
<%=comment.singleLine%> @lcpr-div-debug-arg-end
2929

3030
<% if(allCaseList && allCaseList.length > 0){ %>

0 commit comments

Comments
 (0)