Skip to content

Commit b44435b

Browse files
committed
update
1 parent 9686b43 commit b44435b

File tree

3 files changed

+39
-37
lines changed

3 files changed

+39
-37
lines changed

README.md

+31-29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# LeetCode
22

3+
## remove "scope": "application",
4+
35
> Solve LeetCode problems in VS Code
46
57
<p align="center">
@@ -20,7 +22,7 @@
2022
</a>
2123
</p>
2224

23-
- English Document | [中文文档](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/docs/README_zh-CN.md)
25+
- English Document | [中文文档](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/docs/README_zh-CN.md)
2426

2527
## ❗️ Attention ❗️- Workaround to login to LeetCode endpoint
2628

@@ -34,9 +36,9 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
3436
3537
## Requirements
3638

37-
- [VS Code 1.30.1+](https://code.visualstudio.com/)
38-
- [Node.js 10+](https://nodejs.org)
39-
> 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.
39+
- [VS Code 1.30.1+](https://code.visualstudio.com/)
40+
- [Node.js 10+](https://nodejs.org)
41+
> 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.
4042
4143
## Quick Start
4244

@@ -50,11 +52,11 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
5052
<img src="https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/sign_in.png" alt="Sign in" />
5153
</p>
5254

53-
- Simply click `Sign in to LeetCode` in the `LeetCode Explorer` will let you **sign in** with your LeetCode account.
55+
- Simply click `Sign in to LeetCode` in the `LeetCode Explorer` will let you **sign in** with your LeetCode account.
5456

55-
- You can also use the following command to sign in/out:
56-
- **LeetCode: Sign in**
57-
- **LeetCode: Sign out**
57+
- You can also use the following command to sign in/out:
58+
- **LeetCode: Sign in**
59+
- **LeetCode: Sign out**
5860

5961
---
6062

@@ -64,14 +66,14 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
6466
<img src="https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/endpoint.png" alt="Switch Endpoint" />
6567
</p>
6668

67-
- By clicking the button ![btn_endpoint](https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/btn_endpoint.png) at the **explorer's navigation bar**, you can switch between different endpoints.
69+
- By clicking the button ![btn_endpoint](https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/btn_endpoint.png) at the **explorer's navigation bar**, you can switch between different endpoints.
6870

69-
- The supported endpoints are:
71+
- The supported endpoints are:
7072

71-
- **leetcode.com**
72-
- **leetcode.cn**
73+
- **leetcode.com**
74+
- **leetcode.cn**
7375

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.
7577
7678
---
7779

@@ -81,14 +83,14 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
8183
<img src="https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/pick_problem.png" alt="Pick a Problem" />
8284
</p>
8385

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

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/**.
8890
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`.
9092
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`.
9294
9395
---
9496

@@ -98,15 +100,15 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
98100
<img src="https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/shortcuts.png" alt="Editor Shortcuts" />
99101
</p>
100102

101-
- The extension supports 5 editor shortcuts (aka Code Lens):
103+
- The extension supports 5 editor shortcuts (aka Code Lens):
102104

103-
- `Submit`: Submit your answer to LeetCode.
104-
- `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.
108110

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.
110112
111113
---
112114

@@ -116,7 +118,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
116118
<img src="https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/search.png" alt="Search problems by Keywords" />
117119
</p>
118120

119-
- By clicking the button ![btn_search](https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/btn_search.png) at the **explorer's navigation bar**, you can search the problems by keywords.
121+
- By clicking the button ![btn_search](https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/btn_search.png) at the **explorer's navigation bar**, you can search the problems by keywords.
120122

121123
---
122124

@@ -126,7 +128,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
126128
<img src="https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/session.png" alt="Manage Session" />
127129
</p>
128130

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

131133
## Settings
132134

@@ -160,5 +162,5 @@ Refer to [CHANGELOG](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob
160162

161163
## Acknowledgement
162164

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

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "vscode-leetcode",
3-
"displayName": "LeetCode",
2+
"name": "vscode-leetcode-no-scope",
3+
"displayName": "vscode-leetcode-no-scope",
44
"description": "Solve LeetCode problems in VS Code",
5-
"version": "0.18.2",
5+
"version": "0.19.0",
66
"author": "LeetCode",
7-
"publisher": "LeetCode",
7+
"publisher": "baicie",
88
"license": "MIT",
99
"icon": "resources/LeetCode.png",
1010
"engines": {

0 commit comments

Comments
 (0)