|
1 | 1 | {
|
2 |
| - "name": "vscode-leetcode", |
3 |
| - "displayName": "LeetCode", |
| 2 | + "name": "leetcode-hum", |
| 3 | + "displayName": "LeetCodeHum", |
4 | 4 | "description": "Solve LeetCode problems in VS Code",
|
5 |
| - "version": "0.18.1", |
6 |
| - "author": "Sheng Chen", |
7 |
| - "publisher": "LeetCode", |
| 5 | + "version": "0.18.2", |
| 6 | + "author": "hummingg", |
| 7 | + "publisher": "hummingg", |
8 | 8 | "license": "MIT",
|
9 | 9 | "icon": "resources/LeetCode.png",
|
10 | 10 | "engines": {
|
11 | 11 | "vscode": "^1.57.0"
|
12 | 12 | },
|
13 | 13 | "repository": {
|
14 | 14 | "type": "git",
|
15 |
| - "url": "https://github.com/LeetCode-OpenSource/vscode-leetcode" |
| 15 | + "url": "https://github.com/hummingg/vscode-leetcode" |
16 | 16 | },
|
17 |
| - "homepage": "https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/README.md", |
| 17 | + "homepage": "https://github.com/hummingg/vscode-leetcode/blob/master/README.md", |
18 | 18 | "categories": [
|
19 | 19 | "Other",
|
20 | 20 | "Snippets"
|
|
32 | 32 | "onCommand:leetcode.manageSessions",
|
33 | 33 | "onCommand:leetcode.refreshExplorer",
|
34 | 34 | "onCommand:leetcode.pickOne",
|
| 35 | + "onCommand:leetcode.problemOfToday", |
35 | 36 | "onCommand:leetcode.showProblem",
|
36 | 37 | "onCommand:leetcode.previewProblem",
|
37 | 38 | "onCommand:leetcode.searchProblem",
|
|
82 | 83 | "title": "Pick One",
|
83 | 84 | "category": "LeetCode"
|
84 | 85 | },
|
| 86 | + { |
| 87 | + "command": "leetcode.problemOfToday", |
| 88 | + "title": "Problem Of Today", |
| 89 | + "category": "LeetCode", |
| 90 | + "icon": "$(calendar)" |
| 91 | + }, |
85 | 92 | {
|
86 | 93 | "command": "leetcode.showProblem",
|
87 | 94 | "title": "Show Problem",
|
|
182 | 189 | "when": "view == leetCodeExplorer",
|
183 | 190 | "group": "navigation@3"
|
184 | 191 | },
|
| 192 | + { |
| 193 | + "command": "leetcode.problemOfToday", |
| 194 | + "when": "view == leetCodeExplorer", |
| 195 | + "group": "navigation@4" |
| 196 | + }, |
185 | 197 | {
|
186 | 198 | "command": "leetcode.pickOne",
|
187 | 199 | "when": "view == leetCodeExplorer",
|
|
700 | 712 | "Acceptance Rate (Descending)"
|
701 | 713 | ],
|
702 | 714 | "description": "Sorting strategy for problems list."
|
| 715 | + }, |
| 716 | + "leetcode.prompt.confirmSubmit": { |
| 717 | + "type": "string", |
| 718 | + "default": "", |
| 719 | + "scope": "application", |
| 720 | + "description": "The prompt of confirm submit" |
703 | 721 | }
|
704 | 722 | }
|
705 | 723 | }
|
|
728 | 746 | "lodash": "^4.17.21",
|
729 | 747 | "markdown-it": "^8.4.2",
|
730 | 748 | "require-from-string": "^2.0.2",
|
731 |
| - "unescape-js": "^1.1.4", |
732 |
| - "vsc-leetcode-cli": "2.8.1" |
| 749 | + "unescape-js": "^1.1.4" |
733 | 750 | }
|
734 | 751 | }
|
0 commit comments