File tree 1 file changed +40
-3
lines changed
1 file changed +40
-3
lines changed Original file line number Diff line number Diff line change 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.
39
+
40
+
41
+ # 中文
42
+ ## 运行条件
43
+ - [ Node.js] ( https://nodejs.org )
44
+ > 注意: 请确保` Node ` 在` PATH ` 环境变量中,您可以通过执行:` node -v ` 进行查看。
45
+
46
+ ## 功能
47
+ - 登陆 / 登出 LeetCode
48
+ - 切换及创建 session
49
+ - 在 Explorer 中展示题目
50
+ - 根据关键字搜索题目
51
+ - 向 LeetCode 提交答案
52
+
53
+ ### 登陆及登出
54
+
55
+ ### 切换及创建 session
56
+
57
+ ### 在 Explorer 中展示题目
58
+
59
+ ### 根据关键字搜索题目
60
+
61
+ ### 向 LeetCode 提交答案
62
+
63
+ ## 已知问题
64
+ - 本插件会根据文件名称推测当前的目标题目,因此建议不要改变文件名。
65
+
66
+ ## 更新日志
67
+
68
+ 请参考[ 更新日志] ( CHANGELOG.md )
69
+
70
+ ## 鸣谢
71
+
72
+ 本插件基于[ @skygragon ] ( https://github.com/skygragon ) 的[ leetcode-cli] ( https://github.com/skygragon/leetcode-cli ) 开源项目制作。
You can’t perform that action at this time.
0 commit comments