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
+23-3
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# 🐱🐱🐱 this repository is forked from [vscode-leetcode](https://github.com/LeetCode-OpenSource/vscode-leetcode)
2
+
3
+
This repository is forked for personal needs. I do not want merge it to the origin repository, for my irregular development. I made some features, if you like, please give us a ⭐Star!
4
+
5
+
### Features
6
+
7
+
- daily problems. easily use command or choose from sidebar to get problem today!
8
+
9
+
below are the origin README.md
10
+
1
11
# LeetCode
2
12
3
13
> Solve LeetCode problems in VS Code
@@ -23,6 +33,7 @@
23
33
- English Document | [中文文档](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/docs/README_zh-CN.md)
24
34
25
35
## ❗️ Attention ❗️- Workaround to login to LeetCode endpoint
36
+
26
37
> Note: If you are using `leetcode.cn`, you can just ignore this section.
27
38
28
39
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.
@@ -32,9 +43,10 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
32
43
> Note: If you want to use third-party login(**Recommended**), please make sure your account has been connected to the third-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.
> NOTE: Please make sure that `Node` is in your `PATH` environment variable. You can also use the setting `leetcode.nodePath` to specify the location of your `Node.js` executable.
49
+
> NOTE: Please make sure that `Node` is in your `PATH` environment variable. You can also use the setting `leetcode.nodePath` to specify the location of your `Node.js` executable.
38
50
39
51
## Quick Start
40
52
@@ -43,6 +55,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
- By clicking the button  at the **explorer's navigation bar**, you can switch between different endpoints.
63
78
64
79
- The supported endpoints are:
80
+
65
81
-**leetcode.com**
66
82
-**leetcode.cn**
67
83
@@ -70,14 +86,15 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
70
86
---
71
87
72
88
### Pick a Problem
89
+
73
90
<palign="center">
74
91
<imgsrc="https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/pick_problem.png"alt="Pick a Problem" />
75
92
</p>
76
93
77
94
- Directly click on the problem or right click the problem in the `LeetCode Explorer` and select `Preview Problem` to see the problem description.
78
95
- Select `Show Problem` to directly open the file with the problem description.
79
96
80
-
> Note:You can specify the path of the workspace folder to store the problem files by updating the setting `leetcode.workspaceFolder`. The default value is:**$HOME/.leetcode/**.
97
+
> Note:You can specify the path of the workspace folder to store the problem files by updating the setting `leetcode.workspaceFolder`. The default value is:**\$HOME/.leetcode/**.
81
98
82
99
> You can specify whether including the problem description in comments or not by updating the setting `leetcode.showCommentDescription`.
83
100
@@ -86,11 +103,13 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
- 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.
0 commit comments