diff --git a/CHANGELOG.md b/CHANGELOG.md index f1171d8..e912f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## version 2.15.4 + +- 模板错了 + ## version 2.15.3 - 原插件不能调试的题目,增加区域调试参数 diff --git a/package.json b/package.json index 1056418..3019433 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-leetcode-problem-rating", "displayName": "LeetCode", "description": "%main.description%", - "version": "2.15.3", + "version": "2.15.4", "author": "ccagml", "publisher": "ccagml", "license": "MIT", diff --git a/resources/templates/codeonly.tpl b/resources/templates/codeonly.tpl index f566c32..1c8ee25 100644 --- a/resources/templates/codeonly.tpl +++ b/resources/templates/codeonly.tpl @@ -10,9 +10,9 @@ <%=comment.singleLine%> @lc code=end <%=comment.singleLine%> @lcpr-div-debug-arg-start -<%=comment.singleLine%> funName= "" +<%=comment.singleLine%> funName= <%=comment.singleLine%> paramTypes= [] -<%=comment.singleLine%> returnType= "" +<%=comment.singleLine%> returnType= <%=comment.singleLine%> @lcpr-div-debug-arg-end <% if(allCaseList && allCaseList.length > 0){ %> diff --git a/resources/templates/detailed.tpl b/resources/templates/detailed.tpl index ffcb335..8d2cd66 100644 --- a/resources/templates/detailed.tpl +++ b/resources/templates/detailed.tpl @@ -22,9 +22,9 @@ <%=comment.singleLine%> @lc code=end <%=comment.singleLine%> @lcpr-div-debug-arg-start -<%=comment.singleLine%> funName= "" +<%=comment.singleLine%> funName= <%=comment.singleLine%> paramTypes= [] -<%=comment.singleLine%> returnType= "" +<%=comment.singleLine%> returnType= <%=comment.singleLine%> @lcpr-div-debug-arg-end <% if(allCaseList && allCaseList.length > 0){ %>