From be9dcdc65a50eba11530531184e9dc729a1d5bc3 Mon Sep 17 00:00:00 2001 From: "sheche@microsoft.com" Date: Sun, 3 Feb 2019 20:02:53 +0800 Subject: [PATCH 1/2] Update the link address of the extension icon --- README.md | 2 +- docs/README_zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a7d644b..319ba7af 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > Solve LeetCode problems in VS Code

- +

diff --git a/docs/README_zh-CN.md b/docs/README_zh-CN.md index a739d371..0e1057a9 100644 --- a/docs/README_zh-CN.md +++ b/docs/README_zh-CN.md @@ -3,7 +3,7 @@ > 在 VS Code 中练习 LeetCode

- +

From c7fb1360f596819fbf705673d5f0645eba0f0ed9 Mon Sep 17 00:00:00 2001 From: "sheche@microsoft.com" Date: Sat, 9 Feb 2019 19:48:00 +0800 Subject: [PATCH 2/2] Add version requirements for VS Code --- README.md | 11 ++++++----- docs/README_zh-CN.md | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 319ba7af..b94183fd 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ - [中文文档](https://github.com/jdneo/vscode-leetcode/blob/master/docs/README_zh-CN.md) ## Requirements +- [VS Code 1.23.0+](https://code.visualstudio.com/) - [Node.js 8+](https://nodejs.org) > NOTE: Please make sure that `Node` is in your `PATH` environment variable. You can check this by running: `node -v`. @@ -63,7 +64,7 @@ ### Pick a Problem

- Pick a problem + Pick a Problem

- Right click the problem in the `LeetCode Explorer` and select `Show Problem` will generate a new file with the problem description for you. @@ -74,7 +75,7 @@ ### Submit the Answer

- Switch Endpoint + Submit the Answer

- You can submit the answer by clicking `🙏 Submit to LeetCode` at the bottom of the file. Or you can trigger the command: **LeetCode: Submit to LeetCode** to submit the **active** file as the answer. @@ -83,7 +84,7 @@ ### Test the Answer

- Switch Endpoint + Test the Answer

- To **test** your answer, right click in the editor and select `Test in LeetCode`. @@ -97,7 +98,7 @@ ### Search problems by Keywords

- Switch Endpoint + Search problems by Keywords

- By clicking the button ![btn_search](https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/btn_search.png) at the **explorer's navigation bar**, you can search the problems by keywords. @@ -106,7 +107,7 @@ ### Manage Session

- Switch Endpoint + Manage Session

- To manage your LeetCode sessions, just clicking the `LeetCode: ***` at the bottom of the status bar. You can **switch** between sessions or **create** a new session. diff --git a/docs/README_zh-CN.md b/docs/README_zh-CN.md index 0e1057a9..46716008 100644 --- a/docs/README_zh-CN.md +++ b/docs/README_zh-CN.md @@ -24,6 +24,7 @@ - [中文文档](https://github.com/jdneo/vscode-leetcode/blob/master/docs/README_zh-CN.md) ## 运行条件 +- [VS Code 1.23.0+](https://code.visualstudio.com/) - [Node.js 8+](https://nodejs.org) > 注意:请确保`Node`在`PATH`环境变量中,您可以通过执行:`node -v`进行查看。