Releases: LeetCode-OpenSource/vscode-leetcode
Releases · LeetCode-OpenSource/vscode-leetcode
0.17.0
Added
- Add TypeScript support #560
Changed
- Update the UI resources PR#561
0.16.2
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
Added
- Can show the problem in current workspace even if it's not a LeetCode workspace #373
Fixed
Bugs fixed
0.16.0
Added
- Support GitHub login and LinkedIn login PR#496
0.15.8
Added
Changed
- Update the explorer icons to be align with the VS Code design #460
0.15.4
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