|
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 | <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" /> |
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 | <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" /> |
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 | <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" /> |
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 | <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" /> |
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 | <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" /> |
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.
|
|
0 commit comments