Skip to content

Commit 1ac1e46

Browse files
authored
Add version requirements for VS Code (#109)
1 parent 60e239a commit 1ac1e46

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- [中文文档](https://github.com/jdneo/vscode-leetcode/blob/master/docs/README_zh-CN.md)
2525

2626
## Requirements
27+
- [VS Code 1.23.0+](https://code.visualstudio.com/)
2728
- [Node.js 8+](https://nodejs.org)
2829
> NOTE: Please make sure that `Node` is in your `PATH` environment variable. You can check this by running: `node -v`.
2930
@@ -63,7 +64,7 @@
6364

6465
### Pick a Problem
6566
<p align="center">
66-
<img src="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/pick_problem.png" alt="Pick a problem" />
67+
<img src="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/pick_problem.png" alt="Pick a Problem" />
6768
</p>
6869

6970
- 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 @@
7475

7576
### Submit the Answer
7677
<p align="center">
77-
<img src="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/submit.png" alt="Switch Endpoint" />
78+
<img src="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/submit.png" alt="Submit the Answer" />
7879
</p>
7980

8081
- 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 @@
8384

8485
### Test the Answer
8586
<p align="center">
86-
<img src="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/test.png" alt="Switch Endpoint" />
87+
<img src="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/test.png" alt="Test the Answer" />
8788
</p>
8889

8990
- To **test** your answer, right click in the editor and select `Test in LeetCode`.
@@ -97,7 +98,7 @@
9798

9899
### Search problems by Keywords
99100
<p align="center">
100-
<img src="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/search.png" alt="Switch Endpoint" />
101+
<img src="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/search.png" alt="Search problems by Keywords" />
101102
</p>
102103

103104
- 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 @@
106107

107108
### Manage Session
108109
<p align="center">
109-
<img src="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/session.png" alt="Switch Endpoint" />
110+
<img src="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/session.png" alt="Manage Session" />
110111
</p>
111112

112113
- 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.

docs/README_zh-CN.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- [中文文档](https://github.com/jdneo/vscode-leetcode/blob/master/docs/README_zh-CN.md)
2525

2626
## 运行条件
27+
- [VS Code 1.23.0+](https://code.visualstudio.com/)
2728
- [Node.js 8+](https://nodejs.org)
2829
> 注意:请确保`Node``PATH`环境变量中,您可以通过执行:`node -v`进行查看。
2930

0 commit comments

Comments
 (0)