Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
a
  • Loading branch information
jdneo committed Feb 3, 2019
commit 0645bdd1e4fddd0f5c2d52f4391f29234feebc91
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<p align="center">
<img src="https://raw.githubusercontent.com/jdneo/vscode-leetcode/cs/new-doc/docs/imgs/sign_in.png" alt="Sign in" />
</p>

Simply click `Sign in to LeetCode` in the `LeetCode Explorer` will let you sign in with your LeetCode account.

You can also use the following command to sign in/out:
Expand All @@ -41,9 +42,13 @@ You can also use the following command to sign in/out:
<p align="center">
<img src="https://raw.githubusercontent.com/jdneo/vscode-leetcode/cs/new-doc/docs/imgs/endpoint.png" alt="Switch Endpoint" />
</p>
By clicking the button <img src="https://raw.githubusercontent.com/jdneo/vscode-leetcode/cs/new-doc/docs/imgs/btn_endpoint.png" alt="Switch Endpoint" /> at the explorer's navigation bar, you can switch between different endpoints. Supported endpoints are:

By clicking the button ![btn_endpoint](https://raw.githubusercontent.com/jdneo/vscode-leetcode/cs/new-doc/docs/imgs/btn_endpoint.png) at the explorer's navigation bar, you can switch between different endpoints.

The supported endpoints are:
- **leetcode.com**
- **leetcode-cn.com**

> 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.

### Pick a Problem
Expand Down