File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
10
10
### Added
11
11
- Support trigger test & submit in the editor ([ #37 ] ( https://github.com/jdneo/vscode-leetcode/issues/37 ) )
12
12
13
+ ### Fixed
14
+ - Fix the bug that cannot show problem ([ #41 ] ( https://github.com/jdneo/vscode-leetcode/issues/41 ) )
15
+
13
16
## [ 0.5.1]
14
17
### Fixed
15
18
- Fix the bug when user's path contains whitespaces ([ #34 ] ( https://github.com/jdneo/vscode-leetcode/issues/34 ) )
Original file line number Diff line number Diff line change 215
215
},
216
216
"dependencies" : {
217
217
"fs-extra" : " ^5.0.0" ,
218
- "leetcode-cli" : " 2.5.1 " ,
218
+ "leetcode-cli" : " 2.5.2 " ,
219
219
"opn" : " ^5.2.0"
220
220
}
221
221
}
You can’t perform that action at this time.
0 commit comments