We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f051510 commit 5775fa5Copy full SHA for 5775fa5
CHANGELOG.md
@@ -10,6 +10,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
10
### Added
11
- Support trigger test & submit in the editor ([#37](https://github.com/jdneo/vscode-leetcode/issues/37))
12
13
+### Fixed
14
+- Fix the bug that cannot show problem ([#41](https://github.com/jdneo/vscode-leetcode/issues/41))
15
+
16
## [0.5.1]
17
### Fixed
18
- Fix the bug when user's path contains whitespaces ([#34](https://github.com/jdneo/vscode-leetcode/issues/34))
package.json
@@ -215,7 +215,7 @@
215
},
216
"dependencies": {
217
"fs-extra": "^5.0.0",
218
- "leetcode-cli": "2.5.1",
+ "leetcode-cli": "2.5.2",
219
"opn": "^5.2.0"
220
}
221
0 commit comments