You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ACKNOWLEDGEMENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ A big thanks to the following individuals for contributing:
5
5
-[@purocean](https://github.com/purocean) for contributing[#46](https://github.com/jdneo/vscode-leetcode/pull/46)
6
6
-[@Xeonacid](https://github.com/Xeonacid) for contributing[#58](https://github.com/jdneo/vscode-leetcode/pull/58).
7
7
-[@Himself65](https://github.com/Himself65) for contributing[#61](https://github.com/jdneo/vscode-leetcode/pull/61)
8
-
-[@Vigilans](https://github.com/Vigilans) for contributing[#94](https://github.com/jdneo/vscode-leetcode/pull/94),[#193](https://github.com/jdneo/vscode-leetcode/pull/193),[#224](https://github.com/jdneo/vscode-leetcode/pull/224),[#232](https://github.com/jdneo/vscode-leetcode/pull/232),[#235](https://github.com/jdneo/vscode-leetcode/pull/235),[#249](https://github.com/jdneo/vscode-leetcode/pull/249),[#255](https://github.com/jdneo/vscode-leetcode/pull/255),[#256](https://github.com/jdneo/vscode-leetcode/pull/256),[#257](https://github.com/jdneo/vscode-leetcode/pull/257),[#260](https://github.com/jdneo/vscode-leetcode/pull/260),[#270](https://github.com/jdneo/vscode-leetcode/pull/270),[#271](https://github.com/jdneo/vscode-leetcode/pull/271),[#277](https://github.com/jdneo/vscode-leetcode/pull/277),[#278](https://github.com/jdneo/vscode-leetcode/pull/278),
8
+
-[@Vigilans](https://github.com/Vigilans) for contributing[#94](https://github.com/jdneo/vscode-leetcode/pull/94),[#193](https://github.com/jdneo/vscode-leetcode/pull/193),[#224](https://github.com/jdneo/vscode-leetcode/pull/224),[#232](https://github.com/jdneo/vscode-leetcode/pull/232),[#235](https://github.com/jdneo/vscode-leetcode/pull/235),[#249](https://github.com/jdneo/vscode-leetcode/pull/249),[#255](https://github.com/jdneo/vscode-leetcode/pull/255),[#256](https://github.com/jdneo/vscode-leetcode/pull/256),[#257](https://github.com/jdneo/vscode-leetcode/pull/257),[#260](https://github.com/jdneo/vscode-leetcode/pull/260),[#270](https://github.com/jdneo/vscode-leetcode/pull/270),[#271](https://github.com/jdneo/vscode-leetcode/pull/271),[#277](https://github.com/jdneo/vscode-leetcode/pull/277),[#278](https://github.com/jdneo/vscode-leetcode/pull/278),[#289](https://github.com/jdneo/vscode-leetcode/pull/289)
9
9
-[@ringcrl](https://github.com/ringcrl) for contributing[#123](https://github.com/jdneo/vscode-leetcode/pull/123)
10
10
-[@pujiaxun](https://github.com/pujiaxun) for contributing[#143](https://github.com/jdneo/vscode-leetcode/pull/143)
11
11
-[@edvardchen](https://github.com/edvardchen) for contributing[#147](https://github.com/jdneo/vscode-leetcode/pull/147)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ All notable changes to the "leetcode" extension will be documented in this file.
3
3
4
4
Check[Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5
5
6
+
##[0.14.1]
7
+
##Added
8
+
- Add setting`leetcode.showCommentDescription` to specify whether including the problem description in comments or not[#287](https://github.com/jdneo/vscode-leetcode/issues/287)
9
+
6
10
##[0.14.0]
7
11
##Added
8
12
- Add setting`leetcode.enableShortcuts` to specify whether to show the submit/test shortcuts in editor[#146](https://github.com/jdneo/vscode-leetcode/issues/146)