|
114 | 114 |
|
115 | 115 |
|
116 | 116 | ## Settings
|
117 |
| -| Setting Name | Description | Default Value | |
118 |
| -| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | |
119 |
| -| `leetcode.hideSolved` | Specify to hide the solved problems or not | `false` | |
120 |
| -| `leetcode.showLocked` | Specify to show the locked problems or not. Only Premium users could open the locked problems | `false` | |
121 |
| -| `leetcode.defaultLanguage` | Specify the default language used to solve the problem. Supported languages are: `bash`, `c`, `cpp`, `csharp`, `golang`, `java`, `javascript`, `kotlin`, `mysql`, `python`,`python3`,`ruby`,`scala`,`swift` | `N/A` | |
122 |
| -| `leetcode.useWsl` | Specify whether to use WSL or not | `false` | |
123 |
| -| `leetcode.endpoint` | Specify the active endpoint. Supported endpoints are: `leetcode`, `leetcode-cn` | `leetcode` | |
124 |
| -| `leetcode.outputPath` | * `${tag}` - a directory based on the problem's tag. For example, if the problem belongs to: `Binary Indexed Tree`, then a folder named `binary_indexed_tree` will be used here. | |
125 |
| -* `${language}` - a directory based on the language used. For example, `java` for Java language |
126 |
| -* `${difficulty}` - a directory based on the problem's difficulty. For example, `easy` |
127 |
| -* If this setting is not set, the files will be generated to the base path of the workspace folder | `root` | |
| 117 | +| Setting Name | Description | Default Value | |
| 118 | +|---|---|---| |
| 119 | +| `leetcode.hideSolved` | Specify to hide the solved problems or not | `false` | |
| 120 | +| `leetcode.showLocked` | Specify to show the locked problems or not. Only Premium users could open the locked problems | `false` | |
| 121 | +| `leetcode.defaultLanguage` | Specify the default language used to solve the problem. Supported languages are: `bash`, `c`, `cpp`, `csharp`, `golang`, `java`, `javascript`, `kotlin`, `mysql`, `python`,`python3`,`ruby`,`scala`,`swift` | `N/A` | |
| 122 | +| `leetcode.useWsl` | Specify whether to use WSL or not | `false` | |
| 123 | +| `leetcode.endpoint` | Specify the active endpoint. Supported endpoints are: `leetcode`, `leetcode-cn` | `leetcode` | |
| 124 | + |
| 125 | +## Troubleshooting |
| 126 | +When you meet any problem, you can check the [Troubleshooting page](https://github.com/jdneo/vscode-leetcode/wiki/Troubleshooting) first. |
128 | 127 |
|
129 | 128 | ## Release Notes
|
130 | 129 |
|
|
0 commit comments