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: .github/ISSUE_TEMPLATE/question.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,11 @@ name: 💬 Questions / Help
3
3
about: If you have questions, please check our documents first
4
4
---
5
5
6
-
Before you submit an question we recommend you to check out the [DOCUMENT](https://github.com/jdneo/vscode-leetcode/blob/master/README.md) and [TROUBLESHOOTING PAGE](https://github.com/jdneo/vscode-leetcode/wiki/Troubleshooting) first.
6
+
Before you submit an question we recommend you to check out the [DOCUMENT](https://github.com/jdneo/vscode-leetcode/blob/master/README.md) first.
This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further.
- Support GitHub login and LinkedIn login [PR#496](https://github.com/jdneo/vscode-leetcode/pull/496)
16
+
17
+
## [0.15.8]
18
+
### Added
19
+
- Add a new command `Sign In by Cookie` to workaround the issue that [users cannot login to LeetCode](https://github.com/jdneo/vscode-leetcode/issues/478). Please check the [workaround steps](https://github.com/jdneo/vscode-leetcode/tree/master#%EF%B8%8F-attention-%EF%B8%8F--workaround-to-login-to-leetcode-endpoint) for more details!
20
+
21
+
### Changed
22
+
- Update the explorer icons to be align with the VS Code design [#460](https://github.com/jdneo/vscode-leetcode/issues/460)
- 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)
45
+
46
+
### Fixed
47
+
- Missing language `Rust` in the supported language list. [#PR412](https://github.com/jdneo/vscode-leetcode/pull/412)
48
+
- Cannot show output when the answer is wrong. [#414](https://github.com/jdneo/vscode-leetcode/issues/414)
49
+
50
+
## [0.15.3]
51
+
### Added
52
+
- Support `Pick One`[#263](https://github.com/jdneo/vscode-leetcode/issues/263)
53
+
- Support toggling the favorite problems [#378](https://github.com/jdneo/vscode-leetcode/issues/378)
54
+
55
+
### Changed
56
+
- Update the activity bar icon [#395](https://github.com/jdneo/vscode-leetcode/issues/263)
- Add setting `leetcode.showCommentDescription` to specify whether including the problem description in comments or not [#287](https://github.com/jdneo/vscode-leetcode/issues/287)
100
+
101
+
## [0.14.0]
102
+
### Added
103
+
- Add setting `leetcode.enableShortcuts` to specify whether to show the submit/test shortcuts in editor [#146](https://github.com/jdneo/vscode-leetcode/issues/146)
104
+
- Add `Like` and `Dislike` counts in the problem description [#267](https://github.com/jdneo/vscode-leetcode/issues/267)
105
+
106
+
### Changed
107
+
- Improve the `Preview`, `Result` and `Solution` views
- Fix the bug that the extension cannot be activated
115
+
116
+
## [0.13.2]
117
+
### Added
118
+
- 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)
119
+
- Add a setting `leetcode.nodePath` to specify the `Node.js` executable path [#227](https://github.com/jdneo/vscode-leetcode/issues/227)
120
+
121
+
### Changed
122
+
- 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)
9
143
- Support `PHP` and `Rust` ([#83](https://github.com/jdneo/vscode-leetcode/issues/83), [#103](https://github.com/jdneo/vscode-leetcode/issues/103))
10
144
11
-
## Fixed
145
+
###Fixed
12
146
- Cannot retrieve time and memory result [#105](https://github.com/jdneo/vscode-leetcode/issues/105)
13
147
- Power operator displays in a wrong way [#74](https://github.com/jdneo/vscode-leetcode/issues/74)
14
148
15
149
## [0.11.0]
16
-
## Added
150
+
###Added
17
151
- 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)
18
152
- Add tooltips for sub-category nodes in LeetCode Explorer [#143](https://github.com/jdneo/vscode-leetcode/pull/143)
19
153
20
-
## Changed
154
+
###Changed
21
155
- 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)
22
156
23
-
## Fixed
157
+
###Fixed
24
158
- Log in timeout when proxy is enabled [#117](https://github.com/jdneo/vscode-leetcode/issues/117)
25
159
26
160
## [0.10.2]
27
-
## Fixed
161
+
###Fixed
28
162
- Test cases cannot have double quotes [#60](https://github.com/jdneo/vscode-leetcode/issues/60)
29
163
30
164
## [0.10.1]
31
-
## Changed
165
+
###Changed
32
166
- Refine the README page.
33
167
34
168
## [0.10.0]
35
-
## Added
169
+
###Added
36
170
- Add an extension setting to hide solved problems [#95](https://github.com/jdneo/vscode-leetcode/issues/95)
37
171
- Support categorize problems by company, tag, difficulty and favorite [#67](https://github.com/jdneo/vscode-leetcode/issues/67)
0 commit comments