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: .github/ISSUE_TEMPLATE/question.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ name: 💬 Questions / Help
3
3
about: If you have questions, please check our documents first
4
4
---
5
5
6
-
Before you submit an question we recommend you to check out the [DOCUMENT](https://github.com/jdneo/vscode-leetcode/blob/master/README.md) first.
6
+
Before you submit an question we recommend you to check out the [DOCUMENT](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/README.md) first.
Copy file name to clipboardExpand all lines: README.md
+17-17
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,16 @@
20
20
</a>
21
21
</p>
22
22
23
-
- English Document | [中文文档](https://github.com/jdneo/vscode-leetcode/blob/master/docs/README_zh-CN.md)
23
+
- English Document | [中文文档](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/docs/README_zh-CN.md)
24
24
25
25
## ❗️ Attention ❗️- Workaround to login to LeetCode endpoint
26
26
> Note: If you are using `leetcode-cn.com`, you can just ignore this section.
27
27
28
-
Recently we observed that [the extension cannot login to leetcode.com endpoint anymore](https://github.com/jdneo/vscode-leetcode/issues/478). The root cause of this issue is that leetcode.com changed its login mechanism and so far there is no ideal way to fix that issue.
28
+
Recently we observed that [the extension cannot login to leetcode.com endpoint anymore](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/478). The root cause of this issue is that leetcode.com changed its login mechanism and so far there is no ideal way to fix that issue.
29
29
30
30
Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround which can somehow mitigate this. Now you can simply click the `Sign In` button and then select `Third Party` login or `Cookie` login.
31
31
32
-
> Note: If you want to use third-party login(**Recommended**), please make sure your account has been connected to the thrid-party. If you want to use `Cookie` login, click [here](https://github.com/jdneo/vscode-leetcode/issues/478#issuecomment-564757098) to see the steps.
32
+
> Note: If you want to use third-party login(**Recommended**), please make sure your account has been connected to the thrid-party. If you want to use `Cookie` login, click [here](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/478#issuecomment-564757098) to see the steps.
- By clicking the button  at the **explorer's navigation bar**, you can switch between different endpoints.
62
+
- By clicking the button  at the **explorer's navigation bar**, you can switch between different endpoints.
63
63
64
64
- The supported endpoints are:
65
65
-**leetcode.com**
@@ -71,7 +71,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
71
71
72
72
### Pick a Problem
73
73
<palign="center">
74
-
<imgsrc="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/pick_problem.png"alt="Pick a Problem" />
74
+
<imgsrc="https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/pick_problem.png"alt="Pick a Problem" />
75
75
</p>
76
76
77
77
- Directly click on the problem or right click the problem in the `LeetCode Explorer` and select `Preview Problem` to see the problem description.
@@ -87,7 +87,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
- The extension supports 4 editor shortcuts (aka Code Lens):
@@ -102,16 +102,16 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
102
102
103
103
### Search problems by Keywords
104
104
<palign="center">
105
-
<imgsrc="https://raw.githubusercontent.com/jdneo/vscode-leetcode/master/docs/imgs/search.png"alt="Search problems by Keywords" />
105
+
<imgsrc="https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/search.png"alt="Search problems by Keywords" />
106
106
</p>
107
107
108
-
- By clicking the button  at the **explorer's navigation bar**, you can search the problems by keywords.
108
+
- By clicking the button  at the **explorer's navigation bar**, you can search the problems by keywords.
- To manage your LeetCode sessions, just clicking the `LeetCode: ***` at the bottom of the status bar. You can **switch** between sessions or **create**, **delete** a session.
@@ -126,7 +126,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
126
126
|`leetcode.useWsl`| Specify whether to use WSL or not |`false`|
127
127
|`leetcode.endpoint`| Specify the active endpoint. Supported endpoints are: `leetcode`, `leetcode-cn`|`leetcode`|
128
128
|`leetcode.workspaceFolder`| Specify the path of the workspace folder to store the problem files. |`""`|
129
-
|`leetcode.filePath`| Specify the relative path under the workspace and the file name to save the problem files. More details can be found [here](https://github.com/jdneo/vscode-leetcode/wiki/Customize-the-Relative-Folder-and-the-File-Name-of-the-Problem-File). ||
129
+
|`leetcode.filePath`| Specify the relative path under the workspace and the file name to save the problem files. More details can be found [here](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/Customize-the-Relative-Folder-and-the-File-Name-of-the-Problem-File). ||
130
130
|`leetcode.enableStatusBar`| Specify whether the LeetCode status bar will be shown or not. |`true`|
131
131
|`leetcode.editor.shortcuts`| Specify the customized shorcuts in editors. Supported values are: `submit`, `test`, `solution` and `description`. |`["submit, test"]`|
132
132
|`leetcode.enableSideMode`| Specify whether `preview`, `solution` and `submission` tab should be grouped into the second editor column when solving a problem. |`true`|
@@ -135,15 +135,15 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
135
135
136
136
## Want Help?
137
137
138
-
When you meet any problem, you can check out the [Troubleshooting](https://github.com/jdneo/vscode-leetcode/wiki/Troubleshooting) and [FAQ](https://github.com/jdneo/vscode-leetcode/wiki/FAQ) first.
138
+
When you meet any problem, you can check out the [Troubleshooting](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/Troubleshooting) and [FAQ](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/FAQ) first.
139
139
140
-
If your problem still cannot be addressed, feel free to reach us in the [Gitter Channel](https://gitter.im/vscode-leetcode/Lobby) or [file an issue](https://github.com/jdneo/vscode-leetcode/issues/new/choose).
140
+
If your problem still cannot be addressed, feel free to reach us in the [Gitter Channel](https://gitter.im/vscode-leetcode/Lobby) or [file an issue](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/new/choose).
141
141
142
142
## Release Notes
143
143
144
-
Refer to [CHANGELOG](https://github.com/jdneo/vscode-leetcode/blob/master/CHANGELOG.md)
144
+
Refer to [CHANGELOG](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/CHANGELOG.md)
145
145
146
146
## Acknowledgement
147
147
148
148
- This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcode-cli](https://github.com/skygragon/leetcode-cli) open source project.
149
-
- Special thanks to our [contributors](https://github.com/jdneo/vscode-leetcode/blob/master/ACKNOWLEDGEMENTS.md).
149
+
- Special thanks to our [contributors](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/ACKNOWLEDGEMENTS.md).
0 commit comments