|
43 | 43 | "commands": [ |
44 | 44 | { |
45 | 45 | "command": "leetcode.deleteCache", |
46 | | - "title": "Delete cache", |
| 46 | + "title": "Delete Cache", |
47 | 47 | "category": "LeetCode" |
48 | 48 | }, |
49 | 49 | { |
50 | 50 | "command": "leetcode.toogleLeetCodeCn", |
51 | | - "title": "Switch endpoint", |
| 51 | + "title": "Switch Endpoint", |
52 | 52 | "category": "LeetCode", |
53 | | - "icon": "resources/cn.png" |
| 53 | + "icon": { |
| 54 | + "light": "resources/light/endpoint.svg", |
| 55 | + "dark": "resources/dark/endpoint.svg" |
| 56 | + } |
54 | 57 | }, |
55 | 58 | { |
56 | 59 | "command": "leetcode.signin", |
57 | | - "title": "Sign in", |
| 60 | + "title": "Sign In", |
58 | 61 | "category": "LeetCode", |
59 | 62 | "icon": { |
60 | | - "light": "resources/light/signin.png", |
61 | | - "dark": "resources/dark/signin.png" |
| 63 | + "light": "resources/light/signin.svg", |
| 64 | + "dark": "resources/dark/signin.svg" |
62 | 65 | } |
63 | 66 | }, |
64 | 67 | { |
65 | 68 | "command": "leetcode.signout", |
66 | | - "title": "Sign out", |
| 69 | + "title": "Sign Out", |
67 | 70 | "category": "LeetCode" |
68 | 71 | }, |
69 | 72 | { |
70 | 73 | "command": "leetcode.selectSessions", |
71 | | - "title": "Select session", |
| 74 | + "title": "Select Session", |
72 | 75 | "category": "LeetCode" |
73 | 76 | }, |
74 | 77 | { |
75 | 78 | "command": "leetcode.createSession", |
76 | | - "title": "Create new session", |
| 79 | + "title": "Create New Session", |
77 | 80 | "category": "LeetCode" |
78 | 81 | }, |
79 | 82 | { |
|
87 | 90 | }, |
88 | 91 | { |
89 | 92 | "command": "leetcode.showProblem", |
90 | | - "title": "Show problem", |
| 93 | + "title": "Show Problem", |
91 | 94 | "category": "LeetCode" |
92 | 95 | }, |
93 | 96 | { |
94 | 97 | "command": "leetcode.searchProblem", |
95 | 98 | "title": "Search Problem", |
96 | 99 | "category": "LeetCode", |
97 | | - "icon": "resources/search.png" |
| 100 | + "icon": { |
| 101 | + "light": "resources/light/search.svg", |
| 102 | + "dark": "resources/dark/search.svg" |
| 103 | + } |
98 | 104 | }, |
99 | 105 | { |
100 | 106 | "command": "leetcode.testSolution", |
|
0 commit comments