@@ -25,22 +25,22 @@ Solve LeetCode problems in VS Code.
2525- Submit solutions to LeetCode
2626
2727### Sign In and Sign Out
28- ![ SignInOut] ( resources/gif/signinout.gif )
28+ ![ SignInOut] ( https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/ resources/gif/signinout.gif)
2929
3030### Switch and Create Session
31- ![ SwitchSession] ( resources/gif/switchsession.gif )
31+ ![ SwitchSession] ( https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/ resources/gif/switchsession.gif)
3232
3333### Show Problems in Explorer
34- ![ ShowProblem] ( resources/gif/showproblem.gif )
34+ ![ ShowProblem] ( https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/ resources/gif/showproblem.gif)
3535
3636### Search Problems by Keywords
37- ![ SearchProblem] ( resources/gif/searchproblem.gif )
37+ ![ SearchProblem] ( https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/ resources/gif/searchproblem.gif)
3838
3939### Test solutions by customized test case
40- ![ TestSolution] ( resources/gif/testsolution.gif )
40+ ![ TestSolution] ( https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/ resources/gif/testsolution.gif)
4141
4242### Submit Solutions to LeetCode
43- ![ SubmitSolution] ( resources/gif/solveproblem.gif )
43+ ![ SubmitSolution] ( https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/ resources/gif/solveproblem.gif)
4444
4545## Commands
4646This extension provides several commands in the Command Palette (F1 or Ctrl + Shift + P):
@@ -50,8 +50,8 @@ This extension provides several commands in the Command Palette (F1 or Ctrl + Sh
5050- ** LeetCode: Create new session** - Create a new session
5151- ** LeetCode: Refresh** - Refresh the LeetCode Explorer
5252- ** LeetCode: Search Problem** - Search for problems by keywords
53- - ** LeetCode: Test** - Test the current solution file by customized test case
54- - ** LeetCode: Submit** - Submit the solution to LeetCode
53+ - ** LeetCode: Test in LeetCode ** - Test the current solution file by customized test case
54+ - ** LeetCode: Submit to LeetCode ** - Submit the solution to LeetCode
5555
5656## Known Issues:
5757- This extension will infer the current target problem according to the active editing file. Please do not change the file name.
@@ -80,22 +80,22 @@ This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcod
8080- 向 LeetCode 提交答案
8181
8282### 登入及登出
83- ![ SignInOut] ( resources/gif/signinout.gif )
83+ ![ SignInOut] ( https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/ resources/gif/signinout.gif)
8484
8585### 切换及创建 session
86- ![ SwitchSession] ( resources/gif/switchsession.gif )
86+ ![ SwitchSession] ( https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/ resources/gif/switchsession.gif)
8787
8888### 在 Explorer 中展示题目
89- ![ ShowProblem] ( resources/gif/showproblem.gif )
89+ ![ ShowProblem] ( https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/ resources/gif/showproblem.gif)
9090
9191### 根据关键字搜索题目
92- ![ SearchProblem] ( resources/gif/searchproblem.gif )
92+ ![ SearchProblem] ( https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/ resources/gif/searchproblem.gif)
9393
9494### 用自定义测试用例测试答案
95- ![ TestSolution] ( resources/gif/testsolution.gif )
95+ ![ TestSolution] ( https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/ resources/gif/testsolution.gif)
9696
9797### 向 LeetCode 提交答案
98- ![ SubmitSolution] ( resources/gif/solveproblem.gif )
98+ ![ SubmitSolution] ( https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/ resources/gif/solveproblem.gif)
9999
100100## 命令
101101该插件在命令面板(F1 或 Ctrl + Shift + P)中支持下列命令:
@@ -105,8 +105,8 @@ This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcod
105105- ** LeetCode: Create new session** - 创建一个新的答题进度存档
106106- ** LeetCode: Refresh** - 刷新左侧题目列表视图
107107- ** LeetCode: Search Problem** - 根据关键字搜索题目
108- - ** LeetCode: Test** - 用自定义测试用例测试当前解答文件
109- - ** LeetCode: Submit** - 提交答案到 LeetCode
108+ - ** LeetCode: Test in LeetCode ** - 用自定义测试用例测试当前解答文件
109+ - ** LeetCode: Submit to LeetCode ** - 提交答案到 LeetCode
110110
111111## 已知问题
112112- 本插件会根据文件名称推测当前的目标题目,因此建议不要改变文件名。
0 commit comments