Skip to content

Commit d931476

Browse files
committed
update readme
1 parent acd24e6 commit d931476

File tree

1 file changed

+40
-3
lines changed

1 file changed

+40
-3
lines changed

README.md

+40-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# LeetCode
22

33
Solve LeetCode problems in VS Code.
4-
[中文](#中文)
5-
[English](#English)
4+
- [中文](#中文)
5+
- [English](#english)
66

77
# English
88
## Requirements
99
- [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`.
1111
1212
## Features
1313
- Sign in/out to LeetCode
@@ -26,10 +26,47 @@ Solve LeetCode problems in VS Code.
2626

2727
### Submit Solutions to LeetCode
2828

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+
2932
## Release Notes
3033

3134
Refer to [CHANGELOG](CHANGELOG.md)
3235

3336
## Acknowledgement
3437

3538
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)开源项目制作。

0 commit comments

Comments
 (0)