You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-3Lines changed: 40 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# LeetCode
2
2
3
3
Solve LeetCode problems in VS Code.
4
-
[中文](#中文)
5
-
[English](#English)
4
+
-[中文](#中文)
5
+
-[English](#english)
6
6
7
7
# English
8
8
## Requirements
9
9
-[Node.js](https://nodejs.org)
10
-
> NOTE: Please make sure that Node is in your PATH environment variable. You can check this by running: `node -v`.
10
+
> NOTE: Please make sure that `Node` is in your `PATH` environment variable. You can check this by running: `node -v`.
11
11
12
12
## Features
13
13
- Sign in/out to LeetCode
@@ -26,10 +26,47 @@ Solve LeetCode problems in VS Code.
26
26
27
27
### Submit Solutions to LeetCode
28
28
29
+
## Known Issues:
30
+
- This extension will infer the current target problem according to the active editing file. Please do not change the file name.
31
+
29
32
## Release Notes
30
33
31
34
Refer to [CHANGELOG](CHANGELOG.md)
32
35
33
36
## Acknowledgement
34
37
35
38
This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcode-cli](https://github.com/skygragon/leetcode-cli) open source project.
0 commit comments