Skip to content

Commit 9838b5d

Browse files
authored
Prepare for 0.13.2 (LeetCode-OpenSource#250)
1 parent c6c4e9c commit 9838b5d

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

ACKNOWLEDGEMENTS.md

+1-1
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)
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)
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

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ 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.13.2]
7+
## Added
8+
- Add a setting `leetcode.enableStatusBar` to specify whether the LeetCode status bar will be shown or not [#156](https://github.com/jdneo/vscode-leetcode/issues/156)
9+
- Add a setting `leetcode.nodePath` to specify the `Node.js` executable path [#227](https://github.com/jdneo/vscode-leetcode/issues/227)
10+
11+
## Changed
12+
- Improve the submission result page
13+
- Update the activity bar icon, See: [#225](https://github.com/jdneo/vscode-leetcode/pull/225)
14+
15+
## Fixed
16+
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.13.2+is%3Aclosed+label%3Abug)
17+
618
## [0.13.1]
719
## Fixed
820
[Bugs fixed](https://github.com/jdneo/vscode-leetcode/issues?q=is%3Aissue+milestone%3A0.13.1+is%3Aclosed+label%3Abug)

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
## Requirements
3030
- [VS Code 1.30.1+](https://code.visualstudio.com/)
3131
- [Node.js 8+](https://nodejs.org)
32-
> NOTE: Please make sure that `Node` is in your `PATH` environment variable. You can check this by running: `node -v`.
32+
> NOTE: Please make sure that `Node` is in your `PATH` environment variable. You can also use the setting `leetcode.nodePath` to specify the location of your `Node.js` executable.
3333
3434
## Quick Start
3535

@@ -138,6 +138,7 @@
138138
| `leetcode.endpoint` | Specify the active endpoint. Supported endpoints are: `leetcode`, `leetcode-cn` | `leetcode` |
139139
| `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 |
140140
| `leetcode.enableStatusBar` | Specify whether the LeetCode status bar will be shown or not. | `true` |
141+
| `leetcode.nodePath` | Specify the `Node.js` executable path. | `node` |
141142

142143
## Troubleshooting
143144
When you meet any problem, you can check the [Troubleshooting Page](https://github.com/jdneo/vscode-leetcode/wiki/Troubleshooting) first.

docs/README_zh-CN.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
## 运行条件
3030
- [VS Code 1.23.0+](https://code.visualstudio.com/)
3131
- [Node.js 8+](https://nodejs.org)
32-
> 注意:请确保`Node``PATH`环境变量中,您可以通过执行:`node -v`进行查看
32+
> 注意:请确保`Node``PATH`环境变量中。您也可以通过设定 `leetcode.nodePath` 选项来指定 `Node.js` 可执行文件的路径
3333
3434
## 快速开始
3535

@@ -138,6 +138,7 @@
138138
| `leetcode.endpoint` | 指定使用的终端,可用终端有:`leetcode`, `leetcode-cn` | `leetcode` |
139139
| `leetcode.outputFolder` | 指定保存文件时所用的相对文件夹路径。除了用户自定义路径外,也可以使用保留项,包括:<ul><li>`${tag}`: 根据题目的类别进行分类。<li>`${language}`: 根据题目的语言进行分类。</li><li>`${difficulty}`: 根据题目的难度进行分类。</li></ul> | N/A |
140140
| `leetcode.enableStatusBar` | 指定是否在 VS Code 下方显示插件状态栏。 | `true` |
141+
| `leetcode.nodePath` | 指定 `Node.js` 可执行文件的路径。 | `node` |
141142

142143
## 疑难解答
143144
在遇到任何问题时,可以先查看一下[疑难解答](https://github.com/jdneo/vscode-leetcode/wiki/%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94)文档寻求帮助。

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.1",
5+
"version": "0.13.2",
66
"author": "Sheng Chen",
77
"publisher": "shengchen",
88
"license": "MIT",

0 commit comments

Comments
 (0)