Skip to content

Latest commit

 

History

History
117 lines (88 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

117 lines (88 loc) · 4.28 KB

Change Log

All notable changes to the "leetcode" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[0.11.0]

Added

  • Add new setting: leetcode.outputFolder to customize the sub-directory to save the files generated by 'Show Problem' #119
  • Add tooltips for sub-category nodes in LeetCode Explorer #143

Changed

  • Now when triggering 'Show Problem', the extension will not generate a new file if it already exists #59

Fixed

  • Log in timeout when proxy is enabled #117

[0.10.2]

Fixed

  • Test cases cannot have double quotes #60

[0.10.1]

Changed

  • Refine the README page.

[0.10.0]

Added

  • Add an extension setting to hide solved problems #95
  • Support categorize problems by company, tag, difficulty and favorite #67

[0.9.0]

Changed

  • Improve the experience of switching endpoint #85
  • Use web view to show the result page #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

[0.8.1]

Changed

  • Upgrade LeetCode CLI to v2.6.1

[0.8.0]

Added

  • Support LeetCode CN #50
  • Support Windows Subsystem for Linux #47

[0.7.0]

Added

  • Add spinner when submitting code #43

[0.6.1]

Added

  • Add Sign in action into LeetCode Explorer title area #25

[0.6.0]

Changed

  • Move LeetCode explorer into activity bar #39

Added

  • Support trigger test & submit in the editor #37

Fixed

  • Fix the bug that cannot show problem #41

[0.5.1]

Fixed

  • Fix the bug when user's path contains white spaces #34

[0.5.0]

Added

  • Support submit and test solution files from the file explorer in VS Code (#24, #26)

[0.4.0]

Added

  • Support locked problem #20

Changed

  • Simplify the command 'LeetCode: Test Current File' to 'LeetCode: Test' #18
  • Will automatically save current file when 'LeetCode: Test' command is triggered #17

[0.3.0]

Added

  • Test current solution file #15

[0.2.1]

Fixed

  • Fix the wrong icon bug in LeetCode Explorer #9
  • Fix the switch session bug when login session is expired #12

[0.2.0]

Added

  • Support setting the default language to solve problems #5

Fixed

  • When user cancels login, no further actions will happen #10

[0.1.2]

Fixed

  • Fix the duplicated nodes in LeetCode Explorer bug #6

[0.1.1]

Fixed

  • Fix a bug in LeetCode Explorer #3
  • Remove the show problem command from command palette #4

[0.1.0]

Added

  • Sign in/out to LeetCode
  • Switch and create session
  • Show problems in explorer
  • Search problems by keywords
  • Submit solutions to LeetCode