We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3946b9 commit 0bcf60eCopy full SHA for 0bcf60e
CHANGELOG.md
@@ -3,6 +3,10 @@ All notable changes to the "leetcode" extension will be documented in this file.
3
4
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5
6
+## [0.4.0]
7
+### Added
8
+- Support locked problem [(#20)](https://github.com/jdneo/vscode-leetcode/issues/20)
9
+
10
## [0.3.0]
11
### Added
12
- Test current solution file [(#15)](https://github.com/jdneo/vscode-leetcode/issues/15)
package.json
@@ -132,6 +132,7 @@
132
"leetcode.showLocked": {
133
"type": "boolean",
134
"default": false,
135
+ "scope": "window",
136
"description": "Show locked problems."
137
},
138
"leetcode.defaultLanguage": {
resources/lock.png
610 Bytes
resources/search.png
-801 Bytes
0 commit comments