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

Commit650244e

Browse files
authored
chore: Prepare for 0.14.3 (LeetCode-OpenSource#329)
1 parentfc80f68 commit650244e

File tree

4 files changed

+31
-24
lines changed

4 files changed

+31
-24
lines changed

‎CHANGELOG.md

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,87 +3,94 @@ 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.14.3]
7+
###Added
8+
- Support interpolation for`leetcode.outputFolder` settings[#151](https://github.com/jdneo/vscode-leetcode/issues/151)
9+
10+
###Fixed
11+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.14.3+label%3Abug)
12+
613
##[0.14.2]
7-
##Added
14+
###Added
815
- Add the`All` category in the LeetCode Explorer[#184](https://github.com/jdneo/vscode-leetcode/issues/184)
916
- Add shortcuts for`Show top voted solution`[#269](https://github.com/jdneo/vscode-leetcode/issues/269)
1017

11-
##Fixed
12-
[FixBugs](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+is%3Aclosed+label%3Abug+milestone%3A0.14.2)
18+
###Fixed
19+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+is%3Aclosed+label%3Abug+milestone%3A0.14.2)
1320

1421
##[0.14.1]
15-
##Added
22+
###Added
1623
- Add setting`leetcode.showCommentDescription` to specify whether including the problem description in comments or not[#287](https://github.com/jdneo/vscode-leetcode/issues/287)
1724

1825
##[0.14.0]
19-
##Added
26+
###Added
2027
- Add setting`leetcode.enableShortcuts` to specify whether to show the submit/test shortcuts in editor[#146](https://github.com/jdneo/vscode-leetcode/issues/146)
2128
- Add`Like` and`Dislike` counts in the problem description[#267](https://github.com/jdneo/vscode-leetcode/issues/267)
2229

23-
##Changed
30+
###Changed
2431
- Improve the`Preview`,`Result` and`Solution` views
2532

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

2936
##[0.13.3]
30-
##Fixed
37+
###Fixed
3138
- Fix the bug that the extension cannot be activated
3239

3340
##[0.13.2]
34-
##Added
41+
###Added
3542
- 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)
3643
- Add a setting`leetcode.nodePath` to specify the`Node.js` executable path[#227](https://github.com/jdneo/vscode-leetcode/issues/227)
3744

38-
##Changed
45+
###Changed
3946
- Update the activity bar icon, See:[#225](https://github.com/jdneo/vscode-leetcode/pull/225)
4047

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

4451
##[0.13.1]
45-
##Fixed
52+
###Fixed
4653
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.13.1+is%3Aclosed+label%3Abug)
4754

4855
##[0.13.0]
49-
##Added
56+
###Added
5057
- Preview the problem description[#131](https://github.com/jdneo/vscode-leetcode/issues/131)
5158
- Show top voted solution[#193](https://github.com/jdneo/vscode-leetcode/pull/193)
5259
- Add`collapse all` for the explorer[#197](https://github.com/jdneo/vscode-leetcode/pull/197)
5360

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

5764
##[0.12.0]
58-
##Added
65+
###Added
5966
- Add new command`LeetCode: Switch Default Language` to support switching the default language[#115](https://github.com/jdneo/vscode-leetcode/issues/115)
6067
- Support`PHP` and`Rust` ([#83](https://github.com/jdneo/vscode-leetcode/issues/83),[#103](https://github.com/jdneo/vscode-leetcode/issues/103))
6168

62-
##Fixed
69+
###Fixed
6370
- Cannot retrieve time and memory result[#105](https://github.com/jdneo/vscode-leetcode/issues/105)
6471
- Power operator displays in a wrong way[#74](https://github.com/jdneo/vscode-leetcode/issues/74)
6572

6673
##[0.11.0]
67-
##Added
74+
###Added
6875
- 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)
6976
- Add tooltips for sub-category nodes in LeetCode Explorer[#143](https://github.com/jdneo/vscode-leetcode/pull/143)
7077

71-
##Changed
78+
###Changed
7279
- 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)
7380

74-
##Fixed
81+
###Fixed
7582
- Log in timeout when proxy is enabled[#117](https://github.com/jdneo/vscode-leetcode/issues/117)
7683

7784
##[0.10.2]
78-
##Fixed
85+
###Fixed
7986
- Test cases cannot have double quotes[#60](https://github.com/jdneo/vscode-leetcode/issues/60)
8087

8188
##[0.10.1]
82-
##Changed
89+
###Changed
8390
- Refine the README page.
8491

8592
##[0.10.0]
86-
##Added
93+
###Added
8794
- Add an extension setting to hide solved problems[#95](https://github.com/jdneo/vscode-leetcode/issues/95)
8895
- Support categorize problems by company, tag, difficulty and favorite[#67](https://github.com/jdneo/vscode-leetcode/issues/67)
8996

‎docs/imgs/sponsor_coding.png

-110 KB
Loading

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name":"vscode-leetcode",
33
"displayName":"LeetCode",
44
"description":"Solve LeetCode problems in VS Code",
5-
"version":"0.14.2",
5+
"version":"0.14.3",
66
"author":"Sheng Chen",
77
"publisher":"shengchen",
88
"license":"MIT",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp