File tree 5 files changed +14
-7
lines changed
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.
3
3
4
4
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5
5
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
+
6
13
## [ 0.16.2]
7
14
### Added
8
15
- New Category: ` Concurrency ` [ CLI #42 ] ( https://github.com/leetcode-tools/leetcode-cli/pull/42 )
Original file line number Diff line number Diff line change 12
12
<a href =" https://gitter.im/vscode-leetcode/Lobby " >
13
13
<img src="https://img.shields.io/gitter/room/LeetCode-OpenSource/vscode-leetcode.svg?style=flat-square" alt="">
14
14
</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="">
17
17
</a >
18
18
<a href =" https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/LICENSE " >
19
19
<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 12
12
<a href =" https://gitter.im/vscode-leetcode/Lobby " >
13
13
<img src="https://img.shields.io/gitter/room/LeetCode-OpenSource/vscode-leetcode.svg?style=flat-square" alt="">
14
14
</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="">
17
17
</a >
18
18
<a href =" https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/LICENSE " >
19
19
<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 2
2
"name" : " vscode-leetcode" ,
3
3
"displayName" : " LeetCode" ,
4
4
"description" : " Solve LeetCode problems in VS Code" ,
5
- "version" : " 0.16.2 " ,
5
+ "version" : " 0.17.0 " ,
6
6
"author" : " Sheng Chen" ,
7
- "publisher" : " shengchen " ,
7
+ "publisher" : " LeetCode " ,
8
8
"license" : " MIT" ,
9
9
"icon" : " resources/LeetCode.png" ,
10
10
"engines" : {
You can’t perform that action at this time.
0 commit comments