Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit242b63f

Browse files
authored
Merge pull request#2 from jdneo/master
sync
2 parents63805d3 +eb77cd9 commit242b63f

File tree

48 files changed

+1387
-535
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1387
-535
lines changed

‎ACKNOWLEDGEMENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
A big thanks to the following individuals for contributing:
44

5+
-[@JIEJIAN21](https://github.com/JIEJIAN21) - thanks for logo and icon design
56
-[@TsFreddie](https://github.com/TsFreddie)[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=TsFreddie)
67
-[@ntt2k](https://github.com/ntt2k)[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=ntt2k)
78
-[@purocean](https://github.com/purocean)[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=purocean)
@@ -15,3 +16,7 @@ A big thanks to the following individuals for contributing:
1516
-[@xuzaixian](https://github.com/xuzaixian)[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=xuzaixian)
1617
-[@ZainChen](https://github.com/ZainChen)[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=ZainChen)
1718
-[@houtianze](https://github.com/houtianze)[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=houtianze)
19+
-[@magic-akari](https://github.com/magic-akari) -[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=magic-akari)
20+
-[@SF-Zhou](https://github.com/SF-Zhou) -[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=SF-Zhou)
21+
-[@fuafa](https://github.com/fuafa) -[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=fuafa)
22+
-[@iFun](https://github.com/iFun) -[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=iFun)

‎CHANGELOG.md

Lines changed: 92 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,79 +3,152 @@ All notable changes to the "leetcode" extension will be documented in this file.
33

44
Check[Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

6+
##[0.15.7]
7+
###Fixed
8+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.7+is%3Aclosed+label%3Abug)
9+
10+
##[0.15.6]
11+
###Added
12+
- Add a link to the solution page[#424](https://github.com/jdneo/vscode-leetcode/issues/424)
13+
14+
###Fixed
15+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.6+is%3Aclosed+label%3Abug)
16+
17+
##[0.15.5]
18+
###Added
19+
- Add a link to the discussion page[#420](https://github.com/jdneo/vscode-leetcode/issues/420)
20+
21+
###Fixed
22+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.5+is%3Aclosed+label%3Abug)
23+
24+
##[0.15.4]
25+
###Added
26+
- 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)
31+
32+
##[0.15.3]
33+
###Added
34+
- Support`Pick One`[#263](https://github.com/jdneo/vscode-leetcode/issues/263)
35+
- Support toggling the favorite problems[#378](https://github.com/jdneo/vscode-leetcode/issues/378)
36+
37+
###Changed
38+
- Update the activity bar icon[#395](https://github.com/jdneo/vscode-leetcode/issues/263)
39+
40+
###Fixed
41+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.3+is%3Aclosed+label%3Abug)
42+
43+
##[0.15.2]
44+
###Added
45+
- Prompt to open the workspace for LeetCode[#130](https://github.com/jdneo/vscode-leetcode/issues/130)
46+
- Support deleting sessions[#198](https://github.com/jdneo/vscode-leetcode/issues/130)
47+
48+
###Fixed
49+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.2+is%3Aclosed+label%3Abug)
50+
51+
##[0.15.1]
52+
###Fixed
53+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.1+is%3Aclosed+label%3Abug)
54+
55+
##[0.15.0]
56+
###Added
57+
- Auto refresh the explorer after submitting[#91](https://github.com/jdneo/vscode-leetcode/issues/91)
58+
- Add a editor shortcut`Description` to show the problem description[#286](https://github.com/jdneo/vscode-leetcode/issues/286)
59+
- Support customizing the shortcuts in editor[#335](https://github.com/jdneo/vscode-leetcode/issues/335)
60+
61+
###Fixed
62+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.15.0+is%3Aclosed+label%3Abug)
63+
64+
##[0.14.3]
65+
###Added
66+
- Support interpolation for`leetcode.outputFolder` settings[#151](https://github.com/jdneo/vscode-leetcode/issues/151)
67+
68+
###Fixed
69+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.14.3+label%3Abug)
70+
71+
##[0.14.2]
72+
###Added
73+
- Add the`All` category in the LeetCode Explorer[#184](https://github.com/jdneo/vscode-leetcode/issues/184)
74+
- Add shortcuts for`Show top voted solution`[#269](https://github.com/jdneo/vscode-leetcode/issues/269)
75+
76+
###Fixed
77+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+is%3Aclosed+label%3Abug+milestone%3A0.14.2)
78+
679
##[0.14.1]
7-
##Added
80+
###Added
881
- Add setting`leetcode.showCommentDescription` to specify whether including the problem description in comments or not[#287](https://github.com/jdneo/vscode-leetcode/issues/287)
982

1083
##[0.14.0]
11-
##Added
84+
###Added
1285
- Add setting`leetcode.enableShortcuts` to specify whether to show the submit/test shortcuts in editor[#146](https://github.com/jdneo/vscode-leetcode/issues/146)
1386
- Add`Like` and`Dislike` counts in the problem description[#267](https://github.com/jdneo/vscode-leetcode/issues/267)
1487

15-
##Changed
88+
###Changed
1689
- Improve the`Preview`,`Result` and`Solution` views
1790

18-
##Fixed
91+
###Fixed
1992
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+label%3Abug+is%3Aclosed+milestone%3A0.14.0)
2093

2194
##[0.13.3]
22-
##Fixed
95+
###Fixed
2396
- Fix the bug that the extension cannot be activated
2497

2598
##[0.13.2]
26-
##Added
99+
###Added
27100
- 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)
28101
- Add a setting`leetcode.nodePath` to specify the`Node.js` executable path[#227](https://github.com/jdneo/vscode-leetcode/issues/227)
29102

30-
##Changed
103+
###Changed
31104
- Update the activity bar icon, See:[#225](https://github.com/jdneo/vscode-leetcode/pull/225)
32105

33-
##Fixed
106+
###Fixed
34107
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.13.2+is%3Aclosed+label%3Abug)
35108

36109
##[0.13.1]
37-
##Fixed
110+
###Fixed
38111
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.13.1+is%3Aclosed+label%3Abug)
39112

40113
##[0.13.0]
41-
##Added
114+
###Added
42115
- Preview the problem description[#131](https://github.com/jdneo/vscode-leetcode/issues/131)
43116
- Show top voted solution[#193](https://github.com/jdneo/vscode-leetcode/pull/193)
44117
- Add`collapse all` for the explorer[#197](https://github.com/jdneo/vscode-leetcode/pull/197)
45118

46-
##Fixed
119+
###Fixed
47120
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.13.0+label%3Abug)
48121

49122
##[0.12.0]
50-
##Added
123+
###Added
51124
- Add new command`LeetCode: Switch Default Language` to support switching the default language[#115](https://github.com/jdneo/vscode-leetcode/issues/115)
52125
- Support`PHP` and`Rust` ([#83](https://github.com/jdneo/vscode-leetcode/issues/83),[#103](https://github.com/jdneo/vscode-leetcode/issues/103))
53126

54-
##Fixed
127+
###Fixed
55128
- Cannot retrieve time and memory result[#105](https://github.com/jdneo/vscode-leetcode/issues/105)
56129
- Power operator displays in a wrong way[#74](https://github.com/jdneo/vscode-leetcode/issues/74)
57130

58131
##[0.11.0]
59-
##Added
132+
###Added
60133
- 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)
61134
- Add tooltips for sub-category nodes in LeetCode Explorer[#143](https://github.com/jdneo/vscode-leetcode/pull/143)
62135

63-
##Changed
136+
###Changed
64137
- 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)
65138

66-
##Fixed
139+
###Fixed
67140
- Log in timeout when proxy is enabled[#117](https://github.com/jdneo/vscode-leetcode/issues/117)
68141

69142
##[0.10.2]
70-
##Fixed
143+
###Fixed
71144
- Test cases cannot have double quotes[#60](https://github.com/jdneo/vscode-leetcode/issues/60)
72145

73146
##[0.10.1]
74-
##Changed
147+
###Changed
75148
- Refine the README page.
76149

77150
##[0.10.0]
78-
##Added
151+
###Added
79152
- Add an extension setting to hide solved problems[#95](https://github.com/jdneo/vscode-leetcode/issues/95)
80153
- Support categorize problems by company, tag, difficulty and favorite[#67](https://github.com/jdneo/vscode-leetcode/issues/67)
81154

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp