You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -55,19 +55,19 @@ This extension provides several commands in the Command Palette (F1 or Ctrl + Sh
55
55
-**LeetCode: Search Problem** - Search for problems by keywords
56
56
-**LeetCode: Test in LeetCode** - Test solution file by customized test case
57
57
-**LeetCode: Submit to LeetCode** - Submit the solution file to LeetCode
58
+
-**LeetCode: Switch endpoint** - Switch the LeetCode endpoint. (LeetCode or LeetCode-cn)
58
59
59
60
## Known Issues:
60
61
- This extension will infer the current target problem according to the active editing file. Please do not change the file name.
61
62
62
63
## Release Notes
63
64
64
-
Refer to [CHANGELOG](CHANGELOG.md)
65
+
Refer to [CHANGELOG](https://github.com/jdneo/vscode-leetcode/blob/master/CHANGELOG.md)
65
66
66
67
## Acknowledgement
67
68
68
69
- This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcode-cli](https://github.com/skygragon/leetcode-cli) open source project.
69
-
- Thanks [@TsFreddie](https://github.com/TsFreddie) for contributing [#19](https://github.com/jdneo/vscode-leetcode/pull/19).
70
-
- Thanks [@ntt2k](https://github.com/ntt2k) for contributing [#38](https://github.com/jdneo/vscode-leetcode/pull/38).
70
+
- Special thanks to our [contributors](https://github.com/jdneo/vscode-leetcode/blob/master/ACKNOWLEDGEMENTS.md)
71
71
72
72
73
73
@@ -116,16 +116,16 @@ Refer to [CHANGELOG](CHANGELOG.md)
116
116
-**LeetCode: Search Problem** - 根据关键字搜索题目
117
117
-**LeetCode: Test in LeetCode** - 用自定义测试用例进行测试
118
118
-**LeetCode: Submit to LeetCode** - 提交答案到 LeetCode
0 commit comments