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
- Add setting `leetcode.showCommentDescription` to specify whether including the problem description in comments or not [#287](https://github.com/jdneo/vscode-leetcode/issues/287)
17
24
18
25
## [0.14.0]
19
-
## Added
26
+
###Added
20
27
- Add setting `leetcode.enableShortcuts` to specify whether to show the submit/test shortcuts in editor [#146](https://github.com/jdneo/vscode-leetcode/issues/146)
21
28
- Add `Like` and `Dislike` counts in the problem description [#267](https://github.com/jdneo/vscode-leetcode/issues/267)
22
29
23
-
## Changed
30
+
###Changed
24
31
- Improve the `Preview`, `Result` and `Solution` views
- Fix the bug that the extension cannot be activated
32
39
33
40
## [0.13.2]
34
-
## Added
41
+
###Added
35
42
- Add a setting `leetcode.enableStatusBar` to specify whether the LeetCode status bar will be shown or not [#156](https://github.com/jdneo/vscode-leetcode/issues/156)
36
43
- Add a setting `leetcode.nodePath` to specify the `Node.js` executable path [#227](https://github.com/jdneo/vscode-leetcode/issues/227)
37
44
38
-
## Changed
45
+
###Changed
39
46
- Update the activity bar icon, See: [#225](https://github.com/jdneo/vscode-leetcode/pull/225)
- Add new command `LeetCode: Switch Default Language` to support switching the default language [#115](https://github.com/jdneo/vscode-leetcode/issues/115)
60
67
- Support `PHP` and `Rust` ([#83](https://github.com/jdneo/vscode-leetcode/issues/83), [#103](https://github.com/jdneo/vscode-leetcode/issues/103))
61
68
62
-
## Fixed
69
+
###Fixed
63
70
- Cannot retrieve time and memory result [#105](https://github.com/jdneo/vscode-leetcode/issues/105)
64
71
- Power operator displays in a wrong way [#74](https://github.com/jdneo/vscode-leetcode/issues/74)
65
72
66
73
## [0.11.0]
67
-
## Added
74
+
###Added
68
75
- Add new setting: `leetcode.outputFolder` to customize the sub-directory to save the files generated by 'Show Problem' [#119](https://github.com/jdneo/vscode-leetcode/issues/119)
69
76
- Add tooltips for sub-category nodes in LeetCode Explorer [#143](https://github.com/jdneo/vscode-leetcode/pull/143)
70
77
71
-
## Changed
78
+
###Changed
72
79
- Now when triggering 'Show Problem', the extension will not generate a new file if it already exists [#59](https://github.com/jdneo/vscode-leetcode/issues/59)
73
80
74
-
## Fixed
81
+
###Fixed
75
82
- Log in timeout when proxy is enabled [#117](https://github.com/jdneo/vscode-leetcode/issues/117)
76
83
77
84
## [0.10.2]
78
-
## Fixed
85
+
###Fixed
79
86
- Test cases cannot have double quotes [#60](https://github.com/jdneo/vscode-leetcode/issues/60)
80
87
81
88
## [0.10.1]
82
-
## Changed
89
+
###Changed
83
90
- Refine the README page.
84
91
85
92
## [0.10.0]
86
-
## Added
93
+
###Added
87
94
- Add an extension setting to hide solved problems [#95](https://github.com/jdneo/vscode-leetcode/issues/95)
88
95
- Support categorize problems by company, tag, difficulty and favorite [#67](https://github.com/jdneo/vscode-leetcode/issues/67)
0 commit comments