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

Prepare for 0.10.2#125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jdneo merged 1 commit intomasterfromcs/0.10.2
Feb 15, 2019
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 28 additions & 24 deletionsCHANGELOG.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,95 +3,99 @@ All notable changes to the "leetcode" extension will be documented in this file.

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

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

## [0.10.1]
## Changed
- Refine the README page.

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

## [0.9.0]
### Changed
- Improve the experience of switching endpoint([#85](https://github.com/jdneo/vscode-leetcode/issues/85))
- Use web view to show the result page([#76](https://github.com/jdneo/vscode-leetcode/issues/76))
- Improve the experience of switching endpoint [#85](https://github.com/jdneo/vscode-leetcode/issues/85)
- Use web view to show the result page [#76](https://github.com/jdneo/vscode-leetcode/issues/76)


## [0.8.2]
### Added
- Add Code Lens for submitting the answer to LeetCode

### Fixed
- Fix the bug that the extension could not automatically sign in([#72](https://github.com/jdneo/vscode-leetcode/issues/72))
- Fix the bug that the extension could not automatically sign in [#72](https://github.com/jdneo/vscode-leetcode/issues/72)

## [0.8.1]
### Changed
- Upgrade LeetCode CLI to v2.6.1

## [0.8.0]
### Added
- Support LeetCode CN([#50](https://github.com/jdneo/vscode-leetcode/issues/50))
- Support Windows Subsystem for Linux([#47](https://github.com/jdneo/vscode-leetcode/issues/47))
- Support LeetCode CN [#50](https://github.com/jdneo/vscode-leetcode/issues/50)
- Support Windows Subsystem for Linux [#47](https://github.com/jdneo/vscode-leetcode/issues/47)

## [0.7.0]
### Added
- Add spinner when submitting code([#43](https://github.com/jdneo/vscode-leetcode/issues/43))
- Add spinner when submitting code [#43](https://github.com/jdneo/vscode-leetcode/issues/43)

## [0.6.1]
### Added
- Add Sign in action into LeetCode Explorer title area([#25](https://github.com/jdneo/vscode-leetcode/issues/25))
- Add Sign in action into LeetCode Explorer title area [#25](https://github.com/jdneo/vscode-leetcode/issues/25)

## [0.6.0]
### Changed
- Move LeetCode explorer into activity bar([#39](https://github.com/jdneo/vscode-leetcode/issues/39))
- Move LeetCode explorer into activity bar [#39](https://github.com/jdneo/vscode-leetcode/issues/39)

### Added
- Support trigger test & submit in the editor([#37](https://github.com/jdneo/vscode-leetcode/issues/37))
- Support trigger test & submit in the editor [#37](https://github.com/jdneo/vscode-leetcode/issues/37)

### Fixed
- Fix the bug that cannot show problem([#41](https://github.com/jdneo/vscode-leetcode/issues/41))
- Fix the bug that cannot show problem [#41](https://github.com/jdneo/vscode-leetcode/issues/41)

## [0.5.1]
### Fixed
- Fix the bug when user's path contains white spaces([#34](https://github.com/jdneo/vscode-leetcode/issues/34))
- Fix the bug when user's path contains white spaces [#34](https://github.com/jdneo/vscode-leetcode/issues/34)

## [0.5.0]
### Added
- Support submit and test solution files from the file explorer in VS Code ([#24](https://github.com/jdneo/vscode-leetcode/issues/24), [#26](https://github.com/jdneo/vscode-leetcode/issues/26))

## [0.4.0]
### Added
- Support locked problem([#20](https://github.com/jdneo/vscode-leetcode/issues/20))
- Support locked problem [#20](https://github.com/jdneo/vscode-leetcode/issues/20)

### Changed
- Simplify the command 'LeetCode: Test Current File' to 'LeetCode: Test'([#18](https://github.com/jdneo/vscode-leetcode/issues/18))
- Will automatically save current file when 'LeetCode: Test' command is triggered([#17](https://github.com/jdneo/vscode-leetcode/issues/17))
- Simplify the command 'LeetCode: Test Current File' to 'LeetCode: Test' [#18](https://github.com/jdneo/vscode-leetcode/issues/18)
- Will automatically save current file when 'LeetCode: Test' command is triggered [#17](https://github.com/jdneo/vscode-leetcode/issues/17)

## [0.3.0]
### Added
- Test current solution file([#15](https://github.com/jdneo/vscode-leetcode/issues/15))
- Test current solution file [#15](https://github.com/jdneo/vscode-leetcode/issues/15)

## [0.2.1]
### Fixed
- Fix the wrong icon bug in LeetCode Explorer([#9](https://github.com/jdneo/vscode-leetcode/issues/9))
- Fix the switch session bug when login session is expired([#12](https://github.com/jdneo/vscode-leetcode/issues/12))
- Fix the wrong icon bug in LeetCode Explorer [#9](https://github.com/jdneo/vscode-leetcode/issues/9)
- Fix the switch session bug when login session is expired [#12](https://github.com/jdneo/vscode-leetcode/issues/12)

## [0.2.0]
### Added
- Support setting the default language to solve problems([#5](https://github.com/jdneo/vscode-leetcode/issues/5))
- Support setting the default language to solve problems [#5](https://github.com/jdneo/vscode-leetcode/issues/5)

### Fixed
- When user cancels login, no further actions will happen([#10](https://github.com/jdneo/vscode-leetcode/issues/10))
- When user cancels login, no further actions will happen [#10](https://github.com/jdneo/vscode-leetcode/issues/10)

## [0.1.2]
### Fixed
- Fix the duplicated nodes in LeetCode Explorer bug([#6](https://github.com/jdneo/vscode-leetcode/issues/6))
- Fix the duplicated nodes in LeetCode Explorer bug [#6](https://github.com/jdneo/vscode-leetcode/issues/6)

## [0.1.1]
### Fixed
- Fix a bug in LeetCode Explorer([#3](https://github.com/jdneo/vscode-leetcode/issues/3))
- Remove the show problem command from command palette([#4](https://github.com/jdneo/vscode-leetcode/issues/4))
- Fix a bug in LeetCode Explorer [#3](https://github.com/jdneo/vscode-leetcode/issues/3)
- Remove the show problem command from command palette [#4](https://github.com/jdneo/vscode-leetcode/issues/4)

## [0.1.0]
### Added
Expand Down
46 changes: 23 additions & 23 deletionspackage-lock.json
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

2 changes: 1 addition & 1 deletionpackage.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@
"name": "vscode-leetcode",
"displayName": "LeetCode",
"description": "Solve LeetCode problems in VS Code",
"version": "0.10.1",
"version": "0.10.2",
"author": "Sheng Chen",
"publisher": "shengchen",
"license": "MIT",
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp