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

Commit1ac1e46

Browse files
authored
Add version requirements for VS Code (LeetCode-OpenSource#109)
1 parent60e239a commit1ac1e46

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

‎README.md

Lines changed: 6 additions & 5 deletions
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
<palign="center">
66-
<imgsrc="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/pick_problem.png"alt="Pick aproblem" />
67+
<imgsrc="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/pick_problem.png"alt="Pick aProblem" />
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
<palign="center">
77-
<imgsrc="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/submit.png"alt="Switch Endpoint" />
78+
<imgsrc="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
<palign="center">
86-
<imgsrc="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/test.png"alt="Switch Endpoint" />
87+
<imgsrc="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
<palign="center">
100-
<imgsrc="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/search.png"alt="Switch Endpoint" />
101+
<imgsrc="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
<palign="center">
109-
<imgsrc="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/session.png"alt="Switch Endpoint" />
110+
<imgsrc="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

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp