Skip to content

Releases: LeetCode-OpenSource/vscode-leetcode

0.18.1

09 May 10:24
Compare
Choose a tag to compare

0.17.0

01 Jul 12:05
7aeb97e
Compare
Choose a tag to compare

Added

  • Add TypeScript support #560

Changed

  • Update the UI resources PR#561

0.16.2

18 Apr 10:30
1835d07
Compare
Choose a tag to compare

Added

  • New Category: Concurrency CLI#42
  • New configuration to better configure how to show the description #310

Removed

  • Removed the deprecated setting leetcode.enableShortcuts PR#520
  • Removed the deprecated setting leetcode.outputFolder PR#521

0.16.1

22 Feb 06:06
d160d1f
Compare
Choose a tag to compare

Added

  • Can show the problem in current workspace even if it's not a LeetCode workspace #373

Fixed

Bugs fixed

0.16.0

12 Jan 11:39
6efb683
Compare
Choose a tag to compare

Added

  • Support GitHub login and LinkedIn login PR#496

0.15.8

08 Dec 07:26
Compare
Choose a tag to compare

Added

Changed

  • Update the explorer icons to be align with the VS Code design #460

0.15.7

11 Oct 01:40
b08b79b
Compare
Choose a tag to compare

0.15.6

07 Oct 12:08
e59e291
Compare
Choose a tag to compare

Added

  • Add a link to the solution page #424

Fixed

Bugs fixed

0.15.5

30 Sep 05:25
8d50a2f
Compare
Choose a tag to compare

Added

  • Add a link to the discussion page #420

Fixed

Bugs fixed

0.15.4

14 Sep 07:42
ef0dd22
Compare
Choose a tag to compare

Added

  • Add a new setting leetcode.filePath. Now users can use this setting to dynamicly specify the relative folder name and file name. PR #380

Fixed

  • Missing language Rust in the supported language list. PR #412
  • Cannot show output when the answer is wrong. #414