We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54511cf commit 53945e8Copy full SHA for 53945e8
package.json
@@ -17,7 +17,8 @@
17
"homepage": "https://github.com/ccagml/vscode-leetcode-problem-rating/README.md",
18
"categories": [
19
"Other",
20
- "Snippets"
+ "Snippets",
21
+ "Education"
22
],
23
"keywords": [
24
"leetcode",
@@ -157,6 +158,10 @@
157
158
{
159
"id": "QuestionExplorer",
160
"name": "Problems"
161
+ },
162
+ {
163
+ "id": "LifeExplorer",
164
+ "name": "搬砖"
165
}
166
]
167
},
@@ -286,7 +291,7 @@
286
291
"submenus": [
287
292
288
293
"id": "leetcode.editorAction",
289
- "label": "LeetCode"
294
+ "label": "LCPR菜单"
290
295
296
297
"configuration": [
0 commit comments