Skip to content
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@
"scope": "application",
"description": "Default language for solving the problems."
},
"leetcode.showCommentDescription": {
"type": "boolean",
"default": false,
"scope": "application",
"description": "Include problem description in comments."
},
"leetcode.hint.setDefaultLanguage": {
"type": "boolean",
"default": true,
Expand Down