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

Commit5b7a584

Browse files
authored
Prepare 0.11.0 (LeetCode-OpenSource#150)
1 parent06e33d2 commit5b7a584

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

‎ACKNOWLEDGEMENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ A big thanks to the following individuals for contributing:
88
-[@Vigilans](https://github.com/Vigilans) for contributing[#94](https://github.com/jdneo/vscode-leetcode/pull/94)
99
-[@ringcrl](https://github.com/ringcrl) for contributing[#123](https://github.com/jdneo/vscode-leetcode/pull/123)
1010
-[@pujiaxun](https://github.com/pujiaxun) for contributing[#143](https://github.com/jdneo/vscode-leetcode/pull/143)
11+
-[@edvardchen](https://github.com/edvardchen) for contributing[#147](https://github.com/jdneo/vscode-leetcode/pull/147)
12+
-[@poppinlp](https://github.com/poppinlp) for contributing[#149](https://github.com/jdneo/vscode-leetcode/pull/149)

‎CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ 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-
##[Unreleased]
6+
##[0.11.0]
77
##Added
88
- 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)
99
- Add tooltips for sub-category nodes in LeetCode Explorer[#143](https://github.com/jdneo/vscode-leetcode/pull/143)
1010

11+
##Changed
12+
- 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)
13+
14+
##Fixed
15+
- Log in timeout when proxy is enabled[#117](https://github.com/jdneo/vscode-leetcode/issues/117)
16+
1117
##[0.10.2]
1218
##Fixed
1319
- Test cases cannot have double quotes[#60](https://github.com/jdneo/vscode-leetcode/issues/60)

‎package-lock.json

Lines changed: 3 additions & 3 deletions
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.10.2",
5+
"version":"0.11.0",
66
"author":"Sheng Chen",
77
"publisher":"shengchen",
88
"license":"MIT",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp