|
24 | 24 | -[中文文档](https://github.com/jdneo/vscode-leetcode/blob/master/docs/README_zh-CN.md)
|
25 | 25 |
|
26 | 26 | ##Requirements
|
| 27 | +-[VS Code 1.23.0+](https://code.visualstudio.com/) |
27 | 28 | -[Node.js 8+](https://nodejs.org)
|
28 | 29 | >NOTE: Please make sure that`Node` is in your`PATH` environment variable. You can check this by running:`node -v`.
|
29 | 30 |
|
|
63 | 64 |
|
64 | 65 | ###Pick a Problem
|
65 | 66 | <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" /> |
67 | 68 | </p>
|
68 | 69 |
|
69 | 70 | - Right click the problem in the`LeetCode Explorer` and select`Show Problem` will generate a new file with the problem description for you.
|
|
74 | 75 |
|
75 | 76 | ###Submit the Answer
|
76 | 77 | <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" /> |
78 | 79 | </p>
|
79 | 80 |
|
80 | 81 | - 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 | 84 |
|
84 | 85 | ###Test the Answer
|
85 | 86 | <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" /> |
87 | 88 | </p>
|
88 | 89 |
|
89 | 90 | - To**test** your answer, right click in the editor and select`Test in LeetCode`.
|
|
97 | 98 |
|
98 | 99 | ###Search problems by Keywords
|
99 | 100 | <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" /> |
101 | 102 | </p>
|
102 | 103 |
|
103 | 104 | - By clicking the button at the**explorer's navigation bar**, you can search the problems by keywords.
|
|
106 | 107 |
|
107 | 108 | ###Manage Session
|
108 | 109 | <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" /> |
110 | 111 | </p>
|
111 | 112 |
|
112 | 113 | - 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.
|
|