|`leetcode.hideSolved`| Specify to hide the solved problems or not |`false`|
125
-
|`leetcode.showLocked`| Specify to show the locked problems or not. Only Premium users could open the locked problems |`false`|
126
-
|`leetcode.defaultLanguage`| Specify the default language used to solve the problem. Supported languages are: `bash`, `c`, `cpp`, `csharp`, `golang`, `java`, `javascript`, `kotlin`, `mysql`, `php`, `python`,`python3`,`ruby`,`rust`, `scala`, `swift`, `typescript`|`N/A`|
127
-
|`leetcode.useWsl`| Specify whether to use WSL or not |`false`|
128
-
|`leetcode.endpoint`| Specify the active endpoint. Supported endpoints are: `leetcode`, `leetcode-cn`|`leetcode`|
129
-
|`leetcode.workspaceFolder`| Specify the path of the workspace folder to store the problem files. |`""`|
130
-
|`leetcode.filePath`| Specify the relative path under the workspace and the file name to save the problem files. More details can be found [here](https://.com/LeetCode-OpenSource/vscode-leetcode/wiki/Customize-the-Relative-Folder-and-the-File-Name-of-the-Problem-File). ||
131
-
|`leetcode.enableStatusBar`| Specify whether the LeetCode status bar will be shown or not. |`true`|
132
-
|`leetcode.editor.shortcuts`| Specify the customized shortcuts in editors. Supported values are: `submit`, `test`, `star`, `solution` and `description`. |`["submit, test"]`|
133
-
|`leetcode.enableSideMode`| Specify whether `preview`, `solution` and `submission` tab should be grouped into the second editor column when solving a problem. |`true`|
134
-
|`leetcode.nodePath`| Specify the `Node.js` executable path. for example, C:\Program Files\nodejs\node.exe |`node`|
135
-
|`leetcode.showCommentDescription`| Specify whether to include the problem description in the comments |`false`|
136
-
|`leetcode.useEndpointTranslation`| Use endpoint's translation (if available) |`true`|
|`leetcode.hideSolved`| Specify to hide the solved problems or not |`false`|
126
+
|`leetcode.showLocked`| Specify to show the locked problems or not. Only Premium users could open the locked problems |`false`|
127
+
|`leetcode.defaultLanguage`| Specify the default language used to solve the problem. Supported languages are: `bash`, `c`, `cpp`, `csharp`, `golang`, `java`, `javascript`, `kotlin`, `mysql`, `php`, `python`,`python3`,`ruby`,`rust`, `scala`, `swift`, `typescript`|`N/A`|
128
+
|`leetcode.useWsl`| Specify whether to use WSL or not |`false`|
129
+
|`leetcode.endpoint`| Specify the active endpoint. Supported endpoints are: `leetcode`, `leetcode-cn`|`leetcode`|
130
+
|`leetcode.workspaceFolder`| Specify the path of the workspace folder to store the problem files. |`""`|
131
+
|`leetcode.filePath`| Specify the relative path under the workspace and the file name to save the problem files. More details can be found [here](https://.com/LeetCode-OpenSource/vscode-leetcode/wiki/Customize-the-Relative-Folder-and-the-File-Name-of-the-Problem-File). ||
132
+
|`leetcode.enableStatusBar`| Specify whether the LeetCode status bar will be shown or not. |`true`|
133
+
|`leetcode.editor.shortcuts`| Specify the customized shortcuts in editors. Supported values are: `submit`, `test`, `star`, `solution` and `description`. |`["submit, test"]`|
134
+
|`leetcode.enableSideMode`| Specify whether `preview`, `solution` and `submission` tab should be grouped into the second editor column when solving a problem. |`true`|
135
+
|`leetcode.nodePath`| Specify the `Node.js` executable path. for example, C:\Program Files\nodejs\node.exe |`node`|
136
+
|`leetcode.showCommentDescription`| Specify whether to include the problem description in the comments |`false`|
137
+
|`leetcode.useEndpointTranslation`| Use endpoint's translation (if available) |`true`|
138
+
|`leetcode.colorizeProblems`| Add difficulty badge and colorize problems files in explorer tree |`true`|
0 commit comments