|
40 | 40 | "command": "git.init", |
41 | 41 | "title": "%command.init%", |
42 | 42 | "category": "Git", |
43 | | - "icon": { |
44 | | - "light": "resources/icons/light/git.svg", |
45 | | - "dark": "resources/icons/dark/git.svg" |
46 | | - } |
| 43 | + "icon": "$(add)" |
47 | 44 | }, |
48 | 45 | { |
49 | 46 | "command": "git.openRepository", |
|
59 | 56 | "command": "git.refresh", |
60 | 57 | "title": "%command.refresh%", |
61 | 58 | "category": "Git", |
62 | | - "icon": { |
63 | | - "light": "resources/icons/light/refresh.svg", |
64 | | - "dark": "resources/icons/dark/refresh.svg" |
65 | | - } |
| 59 | + "icon": "$(refresh)" |
66 | 60 | }, |
67 | 61 | { |
68 | 62 | "command": "git.openChange", |
69 | 63 | "title": "%command.openChange%", |
70 | 64 | "category": "Git", |
71 | | - "icon": { |
72 | | - "light": "resources/icons/light/open-change.svg", |
73 | | - "dark": "resources/icons/dark/open-change.svg" |
74 | | - } |
| 65 | + "icon": "$(compare-changes)" |
75 | 66 | }, |
76 | 67 | { |
77 | 68 | "command": "git.openFile", |
78 | 69 | "title": "%command.openFile%", |
79 | 70 | "category": "Git", |
80 | | - "icon": { |
81 | | - "light": "resources/icons/light/open-file.svg", |
82 | | - "dark": "resources/icons/dark/open-file.svg" |
83 | | - } |
| 71 | + "icon": "$(go-to-file)" |
84 | 72 | }, |
85 | 73 | { |
86 | 74 | "command": "git.openFile2", |
87 | 75 | "title": "%command.openFile%", |
88 | 76 | "category": "Git", |
89 | | - "icon": { |
90 | | - "light": "resources/icons/light/open-file.svg", |
91 | | - "dark": "resources/icons/dark/open-file.svg" |
92 | | - } |
| 77 | + "icon": "$(go-to-file)" |
93 | 78 | }, |
94 | 79 | { |
95 | 80 | "command": "git.openHEADFile", |
|
100 | 85 | "command": "git.stage", |
101 | 86 | "title": "%command.stage%", |
102 | 87 | "category": "Git", |
103 | | - "icon": { |
104 | | - "light": "resources/icons/light/stage.svg", |
105 | | - "dark": "resources/icons/dark/stage.svg" |
106 | | - } |
| 88 | + "icon": "$(add)" |
107 | 89 | }, |
108 | 90 | { |
109 | 91 | "command": "git.stageAll", |
110 | 92 | "title": "%command.stageAll%", |
111 | 93 | "category": "Git", |
112 | | - "icon": { |
113 | | - "light": "resources/icons/light/stage.svg", |
114 | | - "dark": "resources/icons/dark/stage.svg" |
115 | | - } |
| 94 | + "icon": "$(add)" |
116 | 95 | }, |
117 | 96 | { |
118 | 97 | "command": "git.stageAllTracked", |
119 | 98 | "title": "%command.stageAllTracked%", |
120 | 99 | "category": "Git", |
121 | | - "icon": { |
122 | | - "light": "resources/icons/light/stage.svg", |
123 | | - "dark": "resources/icons/dark/stage.svg" |
124 | | - } |
| 100 | + "icon": "$(add)" |
125 | 101 | }, |
126 | 102 | { |
127 | 103 | "command": "git.stageAllUntracked", |
128 | 104 | "title": "%command.stageAllUntracked%", |
129 | 105 | "category": "Git", |
130 | | - "icon": { |
131 | | - "light": "resources/icons/light/stage.svg", |
132 | | - "dark": "resources/icons/dark/stage.svg" |
133 | | - } |
| 106 | + "icon": "$(add)" |
134 | 107 | }, |
135 | 108 | { |
136 | 109 | "command": "git.stageSelectedRanges", |
|
146 | 119 | "command": "git.stageChange", |
147 | 120 | "title": "%command.stageChange%", |
148 | 121 | "category": "Git", |
149 | | - "icon": { |
150 | | - "light": "resources/icons/light/stage.svg", |
151 | | - "dark": "resources/icons/dark/stage.svg" |
152 | | - } |
| 122 | + "icon": "$(add)" |
153 | 123 | }, |
154 | 124 | { |
155 | 125 | "command": "git.revertChange", |
156 | 126 | "title": "%command.revertChange%", |
157 | 127 | "category": "Git", |
158 | | - "icon": { |
159 | | - "light": "resources/icons/light/clean.svg", |
160 | | - "dark": "resources/icons/dark/clean.svg" |
161 | | - } |
| 128 | + "icon": "$(discard)" |
162 | 129 | }, |
163 | 130 | { |
164 | 131 | "command": "git.unstage", |
165 | 132 | "title": "%command.unstage%", |
166 | 133 | "category": "Git", |
167 | | - "icon": { |
168 | | - "light": "resources/icons/light/unstage.svg", |
169 | | - "dark": "resources/icons/dark/unstage.svg" |
170 | | - } |
| 134 | + "icon": "$(remove)" |
171 | 135 | }, |
172 | 136 | { |
173 | 137 | "command": "git.unstageAll", |
174 | 138 | "title": "%command.unstageAll%", |
175 | 139 | "category": "Git", |
176 | | - "icon": { |
177 | | - "light": "resources/icons/light/unstage.svg", |
178 | | - "dark": "resources/icons/dark/unstage.svg" |
179 | | - } |
| 140 | + "icon": "$(remove)" |
180 | 141 | }, |
181 | 142 | { |
182 | 143 | "command": "git.unstageSelectedRanges", |
|
187 | 148 | "command": "git.clean", |
188 | 149 | "title": "%command.clean%", |
189 | 150 | "category": "Git", |
190 | | - "icon": { |
191 | | - "light": "resources/icons/light/clean.svg", |
192 | | - "dark": "resources/icons/dark/clean.svg" |
193 | | - } |
| 151 | + "icon": "$(discard)" |
194 | 152 | }, |
195 | 153 | { |
196 | 154 | "command": "git.cleanAll", |
197 | 155 | "title": "%command.cleanAll%", |
198 | 156 | "category": "Git", |
199 | | - "icon": { |
200 | | - "light": "resources/icons/light/clean.svg", |
201 | | - "dark": "resources/icons/dark/clean.svg" |
202 | | - } |
| 157 | + "icon": "$(discard)" |
203 | 158 | }, |
204 | 159 | { |
205 | 160 | "command": "git.cleanAllTracked", |
206 | 161 | "title": "%command.cleanAllTracked%", |
207 | 162 | "category": "Git", |
208 | | - "icon": { |
209 | | - "light": "resources/icons/light/clean.svg", |
210 | | - "dark": "resources/icons/dark/clean.svg" |
211 | | - } |
| 163 | + "icon": "$(discard)" |
212 | 164 | }, |
213 | 165 | { |
214 | 166 | "command": "git.cleanAllUntracked", |
215 | 167 | "title": "%command.cleanAllUntracked%", |
216 | 168 | "category": "Git", |
217 | | - "icon": { |
218 | | - "light": "resources/icons/light/clean.svg", |
219 | | - "dark": "resources/icons/dark/clean.svg" |
220 | | - } |
| 169 | + "icon": "$(discard)" |
221 | 170 | }, |
222 | 171 | { |
223 | 172 | "command": "git.commit", |
224 | 173 | "title": "%command.commit%", |
225 | 174 | "category": "Git", |
226 | | - "icon": { |
227 | | - "light": "resources/icons/light/check.svg", |
228 | | - "dark": "resources/icons/dark/check.svg" |
229 | | - } |
| 175 | + "icon": "$(check)" |
230 | 176 | }, |
231 | 177 | { |
232 | 178 | "command": "git.commitStaged", |
|
0 commit comments