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

Commit9dbe4fd

Browse files
authored
Prepare 0.14.0 (LeetCode-OpenSource#284)
1 parent52a84d3 commit9dbe4fd

File tree

6 files changed

+47
-32
lines changed

6 files changed

+47
-32
lines changed

‎ACKNOWLEDGEMENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A big thanks to the following individuals for contributing:
55
-[@purocean](https://github.com/purocean) for contributing[#46](https://github.com/jdneo/vscode-leetcode/pull/46)
66
-[@Xeonacid](https://github.com/Xeonacid) for contributing[#58](https://github.com/jdneo/vscode-leetcode/pull/58).
77
-[@Himself65](https://github.com/Himself65) for contributing[#61](https://github.com/jdneo/vscode-leetcode/pull/61)
8-
-[@Vigilans](https://github.com/Vigilans) for contributing[#94](https://github.com/jdneo/vscode-leetcode/pull/94),[#193](https://github.com/jdneo/vscode-leetcode/pull/193),[#224](https://github.com/jdneo/vscode-leetcode/pull/224),[#232](https://github.com/jdneo/vscode-leetcode/pull/232),[#235](https://github.com/jdneo/vscode-leetcode/pull/235),[#249](https://github.com/jdneo/vscode-leetcode/pull/249)
8+
-[@Vigilans](https://github.com/Vigilans) for contributing[#94](https://github.com/jdneo/vscode-leetcode/pull/94),[#193](https://github.com/jdneo/vscode-leetcode/pull/193),[#224](https://github.com/jdneo/vscode-leetcode/pull/224),[#232](https://github.com/jdneo/vscode-leetcode/pull/232),[#235](https://github.com/jdneo/vscode-leetcode/pull/235),[#249](https://github.com/jdneo/vscode-leetcode/pull/249),[#255](https://github.com/jdneo/vscode-leetcode/pull/255),[#256](https://github.com/jdneo/vscode-leetcode/pull/256),[#257](https://github.com/jdneo/vscode-leetcode/pull/257),[#260](https://github.com/jdneo/vscode-leetcode/pull/260),[#270](https://github.com/jdneo/vscode-leetcode/pull/270),[#271](https://github.com/jdneo/vscode-leetcode/pull/271),[#277](https://github.com/jdneo/vscode-leetcode/pull/277),[#278](https://github.com/jdneo/vscode-leetcode/pull/278),
99
-[@ringcrl](https://github.com/ringcrl) for contributing[#123](https://github.com/jdneo/vscode-leetcode/pull/123)
1010
-[@pujiaxun](https://github.com/pujiaxun) for contributing[#143](https://github.com/jdneo/vscode-leetcode/pull/143)
1111
-[@edvardchen](https://github.com/edvardchen) for contributing[#147](https://github.com/jdneo/vscode-leetcode/pull/147)

‎CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to the "leetcode" extension will be documented in this file.
33

44
Check[Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

6+
##[0.14.0]
7+
##Added
8+
- Add setting`leetcode.enableShortcuts` to specify whether to show the submit/test shortcuts in editor[#146](https://github.com/jdneo/vscode-leetcode/issues/146)
9+
- Add`Like` and`Dislike` counts in the problem description[#267](https://github.com/jdneo/vscode-leetcode/issues/267)
10+
11+
##Changed
12+
- Improve the`Preview`,`Result` and`Solution` views
13+
14+
##Fixed
15+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+label%3Abug+is%3Aclosed+milestone%3A0.14.0)
16+
617
##[0.13.3]
718
##Fixed
819
- Fix the bug that the extension cannot be activated

‎README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</p>
2222

2323
##Sponsor
24-
[![coding](https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/sponsor_coding.png)](https://e.coding.net/?utm_source=leetcode)
24+
[![coding](https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/sponsor_coding.png)](https://coding.net/?utm_source=leetcode)
2525

2626
-[English Document](#Requirements)
2727
-[中文文档](https://github.com/jdneo/vscode-leetcode/blob/master/docs/README_zh-CN.md)
@@ -131,18 +131,18 @@
131131

132132

133133
##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`|
146146

147147
##Want Help?
148148

‎docs/README_zh-CN.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</p>
2222

2323
##赞助
24-
[![coding](https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/sponsor_coding.png)](https://e.coding.net/?utm_source=leetcode)
24+
[![coding](https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/sponsor_coding.png)](https://coding.net/?utm_source=leetcode)
2525

2626
-[English Document](#Requirements)
2727
-[中文文档](https://github.com/jdneo/vscode-leetcode/blob/master/docs/README_zh-CN.md)
@@ -131,18 +131,18 @@
131131

132132

133133
##插件配置项
134-
| 配置项名称| 描述| 默认值|
135-
|---|---|---|
136-
|`leetcode.hideSolved`| 指定是否要隐藏已解决的问题|`false`|
137-
|`leetcode.showLocked`| 指定是否显示付费题目,只有付费账户才可以打开付费题目|`false`|
138-
|`leetcode.defaultLanguage`| 指定答题时使用的默认语言,可选语言有:`bash`,`c`,`cpp`,`csharp`,`golang`,`java`,`javascript`,`kotlin`,`mysql`,`php`,`python`,`python3`,`ruby`,`rust`,`scala`,`swift`|`N/A`|
139-
|`leetcode.useWsl`| 指定是否启用 WSL|`false`|
140-
|`leetcode.endpoint`| 指定使用的终端,可用终端有:`leetcode`,`leetcode-cn`|`leetcode`|
141-
|`leetcode.outputFolder`| 指定保存文件时所用的相对文件夹路径。除了用户自定义路径外,也可以使用保留项,包括:<ul><li>`${tag}`: 根据题目的类别进行分类。<li>`${language}`: 根据题目的语言进行分类。</li><li>`${difficulty}`: 根据题目的难度进行分类。</li></ul>| N/A|
142-
|`leetcode.enableStatusBar`| 指定是否在 VS Code 下方显示插件状态栏。|`true`|
143-
|`leetcode.enableShortcuts`| 指定是否在 VS Code 编辑文件下方显示提交和测试的快捷按钮。|`true`|
144-
|`leetcode.enableSideMode`| 指定在解决一道题时,是否将`问题预览``高票答案``提交结果`窗口集中在编辑器的第二栏。|`true`|
145-
|`leetcode.nodePath`| 指定`Node.js` 可执行文件的路径。|`node`|
134+
| 配置项名称| 描述| 默认值|
135+
|--------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
136+
|`leetcode.hideSolved`| 指定是否要隐藏已解决的问题|`false`|
137+
|`leetcode.showLocked`| 指定是否显示付费题目,只有付费账户才可以打开付费题目|`false`|
138+
|`leetcode.defaultLanguage`| 指定答题时使用的默认语言,可选语言有:`bash`,`c`,`cpp`,`csharp`,`golang`,`java`,`javascript`,`kotlin`,`mysql`,`php`,`python`,`python3`,`ruby`,`rust`,`scala`,`swift`|`N/A`|
139+
|`leetcode.useWsl`| 指定是否启用 WSL|`false`|
140+
|`leetcode.endpoint`| 指定使用的终端,可用终端有:`leetcode`,`leetcode-cn`|`leetcode`|
141+
|`leetcode.outputFolder`| 指定保存文件时所用的相对文件夹路径。除了用户自定义路径外,也可以使用保留项,包括:<ul><li>`${tag}`: 根据题目的类别进行分类。<li>`${language}`: 根据题目的语言进行分类。</li><li>`${difficulty}`: 根据题目的难度进行分类。</li></ul>| N/A|
142+
|`leetcode.enableStatusBar`| 指定是否在 VS Code 下方显示插件状态栏。|`true`|
143+
|`leetcode.enableShortcuts`| 指定是否在 VS Code 编辑文件下方显示提交和测试的快捷按钮。|`true`|
144+
|`leetcode.enableSideMode`| 指定在解决一道题时,是否将`问题预览``高票答案``提交结果`窗口集中在编辑器的第二栏。|`true`|
145+
|`leetcode.nodePath`| 指定`Node.js` 可执行文件的路径。|`node`|
146146

147147
##需要帮助?
148148
在遇到任何问题时,可以先查看一下[疑难解答](https://github.com/jdneo/vscode-leetcode/wiki/%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94)以及[常见问题](https://github.com/jdneo/vscode-leetcode/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)寻求帮助。

‎package-lock.json

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name":"vscode-leetcode",
33
"displayName":"LeetCode",
44
"description":"Solve LeetCode problems in VS Code",
5-
"version":"0.13.3",
5+
"version":"0.14.0",
66
"author":"Sheng Chen",
77
"publisher":"shengchen",
88
"license":"MIT",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp