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
> 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.
> 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.
40
42
41
43
## Quick Start
42
44
@@ -50,11 +52,11 @@ 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.
69
+
-By clicking the button  at the **explorer's navigation bar**, you can switch between different endpoints.
68
70
69
-
- The supported endpoints are:
71
+
-The supported endpoints are:
70
72
71
-
-**leetcode.com**
72
-
-**leetcode.cn**
73
+
-**leetcode.com**
74
+
-**leetcode.cn**
73
75
74
-
> Note: The accounts of different endpoints are **not** shared. Please make sure you are using the right endpoint. The extension will use `leetcode.com` by default.
76
+
> Note: The accounts of different endpoints are **not** shared. Please make sure you are using the right endpoint. The extension will use `leetcode.com` by default.
75
77
76
78
---
77
79
@@ -81,14 +83,14 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
81
83
<imgsrc="https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/pick_problem.png"alt="Pick a Problem" />
82
84
</p>
83
85
84
-
- Directly click on the problem or right click the problem in the `LeetCode Explorer` and select `Preview Problem` to see the problem description.
85
-
- Select `Show Problem` to directly open the file with the problem description.
86
+
-Directly click on the problem or right click the problem in the `LeetCode Explorer` and select `Preview Problem` to see the problem description.
87
+
-Select `Show Problem` to directly open the file with the problem description.
86
88
87
-
> 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/**.
89
+
> 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/**.
88
90
89
-
> You can specify whether including the problem description in comments or not by updating the setting `leetcode.showCommentDescription`.
91
+
> You can specify whether including the problem description in comments or not by updating the setting `leetcode.showCommentDescription`.
90
92
91
-
> You can switch the default language by triggering the command: `LeetCode: Switch Default Language`.
93
+
> You can switch the default language by triggering the command: `LeetCode: Switch Default Language`.
92
94
93
95
---
94
96
@@ -98,15 +100,15 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
-`Test`: Test your answer with customized test cases.
105
-
-`Star/Unstar`: Star or unstar the current problem.
106
-
-`Solution`: Show the top voted solution for the current problem.
107
-
-`Description`: Show the problem description page.
105
+
-`Submit`: Submit your answer to LeetCode.
106
+
-`Test`: Test your answer with customized test cases.
107
+
-`Star/Unstar`: Star or unstar the current problem.
108
+
-`Solution`: Show the top voted solution for the current problem.
109
+
-`Description`: Show the problem description page.
108
110
109
-
> Note: You can customize the shortcuts using the setting: `leetcode.editor.shortcuts`. By default, only `Submit` and `Test` shortcuts are enabled.
111
+
> Note: You can customize the shortcuts using the setting: `leetcode.editor.shortcuts`. By default, only `Submit` and `Test` shortcuts are enabled.
110
112
111
113
---
112
114
@@ -116,7 +118,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
116
118
<imgsrc="https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/search.png"alt="Search problems by Keywords" />
117
119
</p>
118
120
119
-
- By clicking the button  at the **explorer's navigation bar**, you can search the problems by keywords.
121
+
-By clicking the button  at the **explorer's navigation bar**, you can search the problems by keywords.
120
122
121
123
---
122
124
@@ -126,7 +128,7 @@ 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.
131
+
-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.
130
132
131
133
## Settings
132
134
@@ -160,5 +162,5 @@ Refer to [CHANGELOG](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob
160
162
161
163
## Acknowledgement
162
164
163
-
- This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcode-cli](https://github.com/skygragon/leetcode-cli) open source project.
164
-
- Special thanks to our [contributors](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/ACKNOWLEDGEMENTS.md).
165
+
-This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcode-cli](https://github.com/skygragon/leetcode-cli) open source project.
166
+
-Special thanks to our [contributors](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/ACKNOWLEDGEMENTS.md).
0 commit comments