|
21 | 21 | </p>
|
22 | 22 |
|
23 | 23 | ## Sponsor
|
24 |
| -[](https://e.coding.net/?utm_source=leetcode) |
| 24 | +[](https://coding.net/?utm_source=leetcode) |
25 | 25 |
|
26 | 26 | - [English Document](#Requirements)
|
27 | 27 | - [中文文档](https://github.com/jdneo/vscode-leetcode/blob/master/docs/README_zh-CN.md)
|
|
131 | 131 |
|
132 | 132 |
|
133 | 133 | ## Settings
|
134 |
| -| Setting Name | Description | Default Value | |
135 |
| -|---|---|---| |
136 |
| -| `leetcode.hideSolved` | Specify to hide the solved problems or not | `false` | |
137 |
| -| `leetcode.showLocked` | Specify to show the locked problems or not. Only Premium users could open the locked problems | `false` | |
138 |
| -| `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` | `N/A` | |
139 |
| -| `leetcode.useWsl` | Specify whether to use WSL or not | `false` | |
140 |
| -| `leetcode.endpoint` | Specify the active endpoint. Supported endpoints are: `leetcode`, `leetcode-cn` | `leetcode` | |
141 |
| -| `leetcode.outputFolder`| Specify the relative path to save the problem files. Besides using customized path, there are also several reserved words which can be used here: <ul><li>`${tag}`: Categorize the problem according to their tags.<li>`${language}`: Categorize the problem according to their language.</li><li>`${difficulty}`: Categorize the problem according to their difficulty.</li></ul> | N/A | |
142 |
| -| `leetcode.enableStatusBar` | Specify whether the LeetCode status bar will be shown or not. | `true` | |
143 |
| -| `leetcode.enableShortcuts` | Specify whether the submit and test shortcuts in editor or not. | `true` | |
144 |
| -| `leetcode.enableSideMode` | Specify whether `preview`, `solution` and `submission` tab should be grouped into the second editor column when solving a problem. | `true` | |
145 |
| -| `leetcode.nodePath` | Specify the `Node.js` executable path. | `node` | |
| 134 | +| Setting Name | Description | Default Value | |
| 135 | +| -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | |
| 136 | +| `leetcode.hideSolved` | Specify to hide the solved problems or not | `false` | |
| 137 | +| `leetcode.showLocked` | Specify to show the locked problems or not. Only Premium users could open the locked problems | `false` | |
| 138 | +| `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` | `N/A` | |
| 139 | +| `leetcode.useWsl` | Specify whether to use WSL or not | `false` | |
| 140 | +| `leetcode.endpoint` | Specify the active endpoint. Supported endpoints are: `leetcode`, `leetcode-cn` | `leetcode` | |
| 141 | +| `leetcode.outputFolder` | Specify the relative path to save the problem files. Besides using customized path, there are also several reserved words which can be used here: <ul><li>`${tag}`: Categorize the problem according to their tags.<li>`${language}`: Categorize the problem according to their language.</li><li>`${difficulty}`: Categorize the problem according to their difficulty.</li></ul> | N/A | |
| 142 | +| `leetcode.enableStatusBar` | Specify whether the LeetCode status bar will be shown or not. | `true` | |
| 143 | +| `leetcode.enableShortcuts` | Specify whether the submit and test shortcuts in editor or not. | `true` | |
| 144 | +| `leetcode.enableSideMode` | Specify whether `preview`, `solution` and `submission` tab should be grouped into the second editor column when solving a problem. | `true` | |
| 145 | +| `leetcode.nodePath` | Specify the `Node.js` executable path. | `node` | |
146 | 146 |
|
147 | 147 | ## Want Help?
|
148 | 148 |
|
|
0 commit comments