@@ -17,6 +17,7 @@ Solve LeetCode problems in VS Code.
17
17
- Sign in/out to LeetCode
18
18
- Switch and create session
19
19
- Show problems in explorer
20
+ > Note: To show the locked problems, please set ` leetcode.showLocked ` to ** true**
20
21
- Search problems by keywords
21
22
- Test solutions by customized test case
22
23
- Submit solutions to LeetCode
@@ -47,12 +48,11 @@ This extension provides several commands in the Command Palette (F1 or Ctrl + Sh
47
48
- ** LeetCode: Create new session** - Create a new session
48
49
- ** LeetCode: Refresh** - Refresh the LeetCode Explorer
49
50
- ** LeetCode: Search Problem** - Search for problems by keywords
50
- - ** LeetCode: Test Current File ** - Test the solution by customized test case
51
+ - ** LeetCode: Test** - Test the current solution file by customized test case
51
52
- ** LeetCode: Submit** - Submit the solution to LeetCode
52
53
53
54
## Known Issues:
54
55
- This extension will infer the current target problem according to the active editing file. Please do not change the file name.
55
- - Currently, only unlocked problems will be listed.
56
56
57
57
## Release Notes
58
58
@@ -72,6 +72,7 @@ This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcod
72
72
- 登入 / 登出 LeetCode
73
73
- 切换及创建 session
74
74
- 在 Explorer 中展示题目
75
+ > 注意: 如果想要展示付费题目,您需要将 ` leetcode.showLocked ` 设置为 ** true**
75
76
- 根据关键字搜索题目
76
77
- 用自定义测试用例测试答案
77
78
- 向 LeetCode 提交答案
@@ -102,12 +103,11 @@ This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcod
102
103
- ** LeetCode: Create new session** - 创建一个新的答题进度存档
103
104
- ** LeetCode: Refresh** - 刷新左侧题目列表视图
104
105
- ** LeetCode: Search Problem** - 根据关键字搜索题目
105
- - ** LeetCode: Test Current File ** - 用自定义测试用例测试答案
106
+ - ** LeetCode: Test** - 用自定义测试用例测试当前解答文件
106
107
- ** LeetCode: Submit** - 提交答案到 LeetCode
107
108
108
109
## 已知问题
109
110
- 本插件会根据文件名称推测当前的目标题目,因此建议不要改变文件名。
110
- - 本插件目前仅会显示已解锁的问题。
111
111
112
112
## 更新日志
113
113
0 commit comments