File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ 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.4.0]
7
+ ### Added
8
+ - Support locked problem [ (#20 )] ( https://github.com/jdneo/vscode-leetcode/issues/20 )
9
+
6
10
## [ 0.3.0]
7
11
### Added
8
12
- Test current solution file [ (#15 )] ( https://github.com/jdneo/vscode-leetcode/issues/15 )
Original file line number Diff line number Diff line change 132
132
"leetcode.showLocked" : {
133
133
"type" : " boolean" ,
134
134
"default" : false ,
135
+ "scope" : " window" ,
135
136
"description" : " Show locked problems."
136
137
},
137
138
"leetcode.defaultLanguage" : {
You can’t perform that action at this time.
0 commit comments