Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit237e56f

Browse files
poppinlpjdneo
authored andcommitted
chore: replace the LeetCode.svg and LeetCode.png (LeetCode-OpenSource#419)
1 parentef0dd22 commit237e56f

File tree

5 files changed

+105
-37
lines changed

5 files changed

+105
-37
lines changed

‎ACKNOWLEDGEMENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ A big thanks to the following individuals for contributing:
1717
-[@houtianze](https://github.com/houtianze)[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=houtianze)
1818
-[@magic-akari](https://github.com/magic-akari) -[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=magic-akari)
1919
-[@SF-Zhou](https://github.com/SF-Zhou) -[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=SF-Zhou)
20+
-[@JIEJIAN21](https://github.com/JIEJIAN21) - thanks for logo and icon design

‎README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -110,22 +110,22 @@
110110

111111

112112
##Settings
113-
| Setting Name| Description| Default Value|
114-
| --------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -------------|
115-
|`leetcode.hideSolved`| Specify to hide the solved problems or not|`false`|
116-
|`leetcode.showLocked`| Specify to show the locked problems or not. Only Premium users could open the locked problems|`false`|
117-
|`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`|
118-
|`leetcode.useWsl`| Specify whether to use WSL or not|`false`|
119-
|`leetcode.endpoint`| Specify the active endpoint. Supported endpoints are:`leetcode`,`leetcode-cn`|`leetcode`|
120-
|`leetcode.workspaceFolder`| Specify the path of the workspace folder to store the problem files.|`""`|
121-
|`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://github.com/jdneo/vscode-leetcode/wiki/Customize-the-Relative-Folder-and-the-File-Name-of-the-Problem-File).||
122-
|**[Deprecated] Use`leetcode.filePath` instead**~~`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>For example:`problem-${tag}-${difficulty}`~~|~~N/A~~|
123-
|`leetcode.enableStatusBar`| Specify whether the LeetCode status bar will be shown or not.|`true`|
124-
|**[Deprecated] Use`leetcode.editor.shortcuts` instead**~~`leetcode.enableShortcuts`~~|~~Specify whether the submit and test shortcuts in editor or not.~~|~~`true`~~|
125-
|`leetcode.editor.shortcuts`| Specify the customized shorcuts in editors. Supported values are:`submit`,`test`,`solution` and`description`.|`["submit, test"]`|
126-
|`leetcode.enableSideMode`| Specify whether`preview`,`solution` and`submission` tab should be grouped into the second editor column when solving a problem.|`true`|
127-
|`leetcode.nodePath`| Specify the`Node.js` executable path. for example, C:\Program Files\nodejs\node.exe|`node`|
128-
|`leetcode.showCommentDescription`| Specify whether to include the problem description in the comments|`false`|
113+
| Setting Name| Description| Default Value|
114+
| ---------------------------------------------------------------------------------------| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------|
115+
|`leetcode.hideSolved`| Specify to hide the solved problems or not|`false`|
116+
|`leetcode.showLocked`| Specify to show the locked problems or not. Only Premium users could open the locked problems|`false`|
117+
|`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`|
118+
|`leetcode.useWsl`| Specify whether to use WSL or not|`false`|
119+
|`leetcode.endpoint`| Specify the active endpoint. Supported endpoints are:`leetcode`,`leetcode-cn`|`leetcode`|
120+
|`leetcode.workspaceFolder`| Specify the path of the workspace folder to store the problem files.|`""`|
121+
|`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://github.com/jdneo/vscode-leetcode/wiki/Customize-the-Relative-Folder-and-the-File-Name-of-the-Problem-File).||
122+
|**[Deprecated] Use`leetcode.filePath` instead**~~`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>For example:`problem-${tag}-${difficulty}`~~|~~N/A~~|
123+
|`leetcode.enableStatusBar`| Specify whether the LeetCode status bar will be shown or not.|`true`|
124+
|**[Deprecated] Use`leetcode.editor.shortcuts` instead**~~`leetcode.enableShortcuts`~~|~~Specify whether the submit and test shortcuts in editor or not.~~|~~`true`~~|
125+
|`leetcode.editor.shortcuts`| Specify the customized shorcuts in editors. Supported values are:`submit`,`test`,`solution` and`description`.|`["submit, test"]`|
126+
|`leetcode.enableSideMode`| Specify whether`preview`,`solution` and`submission` tab should be grouped into the second editor column when solving a problem.|`true`|
127+
|`leetcode.nodePath`| Specify the`Node.js` executable path. for example, C:\Program Files\nodejs\node.exe|`node`|
128+
|`leetcode.showCommentDescription`| Specify whether to include the problem description in the comments|`false`|
129129

130130
##Want Help?
131131

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp