File tree Expand file tree Collapse file tree 1 file changed +40
-3
lines changed Expand file tree Collapse file tree 1 file changed +40
-3
lines changed Original file line number Diff line number Diff line change 11# LeetCode
22
33Solve 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
3134Refer to [ CHANGELOG] ( CHANGELOG.md )
3235
3336## Acknowledgement
3437
3538This 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