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 a new setting`leetcode.filePath`. Now users can use this setting to dynamicly specify the relative folder name and file name.[#PR380](https://github.com/jdneo/vscode-leetcode/pull/380)
27
+
28
+
###Fixed
29
+
- Missing language`Rust` in the supported language list.[#PR412](https://github.com/jdneo/vscode-leetcode/pull/412)
30
+
- Cannot show output when the answer is wrong.[#414](https://github.com/jdneo/vscode-leetcode/issues/414)
- 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
82
10
83
##[0.14.0]
11
-
##Added
84
+
###Added
12
85
- Add setting`leetcode.enableShortcuts` to specify whether to show the submit/test shortcuts in editor[#146](https://github.com/jdneo/vscode-leetcode/issues/146)
13
86
- Add`Like` and`Dislike` counts in the problem description[#267](https://github.com/jdneo/vscode-leetcode/issues/267)
- Fix the bug that the extension cannot be activated
24
97
25
98
##[0.13.2]
26
-
##Added
99
+
###Added
27
100
- 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)
28
101
- Add a setting`leetcode.nodePath` to specify the`Node.js` executable path[#227](https://github.com/jdneo/vscode-leetcode/issues/227)
29
102
30
-
##Changed
103
+
###Changed
31
104
- 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)
- Cannot retrieve time and memory result[#105](https://github.com/jdneo/vscode-leetcode/issues/105)
56
129
- Power operator displays in a wrong way[#74](https://github.com/jdneo/vscode-leetcode/issues/74)
57
130
58
131
##[0.11.0]
59
-
##Added
132
+
###Added
60
133
- 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)
61
134
- Add tooltips for sub-category nodes in LeetCode Explorer[#143](https://github.com/jdneo/vscode-leetcode/pull/143)
62
135
63
-
##Changed
136
+
###Changed
64
137
- 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)
65
138
66
-
##Fixed
139
+
###Fixed
67
140
- Log in timeout when proxy is enabled[#117](https://github.com/jdneo/vscode-leetcode/issues/117)
68
141
69
142
##[0.10.2]
70
-
##Fixed
143
+
###Fixed
71
144
- Test cases cannot have double quotes[#60](https://github.com/jdneo/vscode-leetcode/issues/60)
72
145
73
146
##[0.10.1]
74
-
##Changed
147
+
###Changed
75
148
- Refine the README page.
76
149
77
150
##[0.10.0]
78
-
##Added
151
+
###Added
79
152
- Add an extension setting to hide solved problems[#95](https://github.com/jdneo/vscode-leetcode/issues/95)
80
153
- Support categorize problems by company, tag, difficulty and favorite[#67](https://github.com/jdneo/vscode-leetcode/issues/67)