File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to the "leetcode" extension will be documented in this file.
33
44Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
55
6+ ## [ 0.17.0]
7+ ### Added
8+ - Add TypeScript support [ #560 ] ( https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/560 )
9+
10+ ### Changed
11+ - Update the UI resources [ PR #561 ] ( https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/561 )
12+
613## [ 0.16.2]
714### Added
815- New Category: ` Concurrency ` [ CLI #42 ] ( https://github.com/leetcode-tools/leetcode-cli/pull/42 )
Original file line number Diff line number Diff line change 1212 <a href =" https://gitter.im/vscode-leetcode/Lobby " >
1313 <img src="https://img.shields.io/gitter/room/LeetCode-OpenSource/vscode-leetcode.svg?style=flat-square" alt="">
1414 </a >
15- <a href =" https://marketplace.visualstudio.com/items?itemName=shengchen .vscode-leetcode " >
16- <img src="https://img.shields.io/visual-studio-marketplace/d/shengchen .vscode-leetcode.svg?style=flat-square" alt="">
15+ <a href =" https://marketplace.visualstudio.com/items?itemName=LeetCode .vscode-leetcode " >
16+ <img src="https://img.shields.io/visual-studio-marketplace/d/LeetCode .vscode-leetcode.svg?style=flat-square" alt="">
1717 </a >
1818 <a href =" https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/LICENSE " >
1919 <img src="https://img.shields.io/github/license/LeetCode-OpenSource/vscode-leetcode.svg?style=flat-square" alt="">
Original file line number Diff line number Diff line change 1212 <a href =" https://gitter.im/vscode-leetcode/Lobby " >
1313 <img src="https://img.shields.io/gitter/room/LeetCode-OpenSource/vscode-leetcode.svg?style=flat-square" alt="">
1414 </a >
15- <a href =" https://marketplace.visualstudio.com/items?itemName=shengchen .vscode-leetcode " >
16- <img src="https://img.shields.io/visual-studio-marketplace/d/shengchen .vscode-leetcode.svg?style=flat-square" alt="">
15+ <a href =" https://marketplace.visualstudio.com/items?itemName=LeetCode .vscode-leetcode " >
16+ <img src="https://img.shields.io/visual-studio-marketplace/d/LeetCode .vscode-leetcode.svg?style=flat-square" alt="">
1717 </a >
1818 <a href =" https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/LICENSE " >
1919 <img src="https://img.shields.io/github/license/LeetCode-OpenSource/vscode-leetcode.svg?style=flat-square" alt="">
Original file line number Diff line number Diff line change 22 "name" : " vscode-leetcode" ,
33 "displayName" : " LeetCode" ,
44 "description" : " Solve LeetCode problems in VS Code" ,
5- "version" : " 0.16.2 " ,
5+ "version" : " 0.17.0 " ,
66 "author" : " Sheng Chen" ,
7- "publisher" : " shengchen " ,
7+ "publisher" : " LeetCode " ,
88 "license" : " MIT" ,
99 "icon" : " resources/LeetCode.png" ,
1010 "engines" : {
You can’t perform that action at this time.
0 commit comments