File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ A big thanks to the following individuals for contributing:
88
- [@Vigilans](https://.com/Vigilans) for contributing [#94](https://.com/jdneo/vscode-leetcode/pull/94)
99
- [@ringcrl](https://.com/ringcrl) for contributing [#123](https://.com/jdneo/vscode-leetcode/pull/123)
1010
- [@pujiaxun](https://.com/pujiaxun) for contributing [#143](https://.com/jdneo/vscode-leetcode/pull/143)
11+
- [@edvardchen](https://.com/edvardchen) for contributing [#147](https://.com/jdneo/vscode-leetcode/pull/147)
12+
- [@poppinlp](https://.com/poppinlp) for contributing [#149](https://.com/jdneo/vscode-leetcode/pull/149)
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-
## []
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://.com/jdneo/vscode-leetcode/issues/119)
99
- Add tooltips for sub-category nodes in LeetCode Explorer [#143](https://.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://.com/jdneo/vscode-leetcode/issues/59)
13+
14+
## Fixed
15+
- Log in timeout when proxy is enabled [#117](https://.com/jdneo/vscode-leetcode/issues/117)
16+
1117
## [0.10.2]
1218
## Fixed
1319
- Test cases cannot have double quotes [#60](https://.com/jdneo/vscode-leetcode/issues/60)
Some generated files are not rendered by default. Learn more about customizing how changed files appear on .
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)