|
142 | 142 | { |
143 | 143 | "command": "extension.applescript.run", |
144 | 144 | "title": "AppleScript: Run Script", |
145 | | - "icon": { |
146 | | - "dark": "./resources/dark/run.svg", |
147 | | - "light": "./resources/light/run.svg" |
148 | | - } |
| 145 | + "icon": "$(play)" |
149 | 146 | }, |
150 | 147 | { |
151 | 148 | "command": "extension.applescript.compile", |
152 | 149 | "title": "AppleScript: Compile Script", |
153 | | - "icon": { |
154 | | - "dark": "./resources/dark/script.svg", |
155 | | - "light": "./resources/light/script.svg" |
156 | | - } |
| 150 | + "icon": "$(save)" |
157 | 151 | }, |
158 | 152 | { |
159 | 153 | "command": "extension.applescript.compileBundle", |
160 | 154 | "title": "AppleScript: Compile Script bundle", |
161 | | - "icon": { |
162 | | - "dark": "./resources/dark/bundle.svg", |
163 | | - "light": "./resources/light/bundle.svg" |
164 | | - } |
| 155 | + "icon": "$(layers)" |
165 | 156 | }, |
166 | 157 | { |
167 | 158 | "command": "extension.applescript.compileApp", |
168 | 159 | "title": "AppleScript: Compile Application", |
169 | | - "icon": { |
170 | | - "dark": "./resources/dark/app.svg", |
171 | | - "light": "./resources/light/app.svg" |
172 | | - } |
| 160 | + "icon": "$(package)" |
173 | 161 | }, |
174 | 162 | { |
175 | 163 | "command": "extension.applescript.openSettings", |
176 | 164 | "title": "AppleScript: Open Settings", |
177 | | - "icon": { |
178 | | - "dark": "./resources/dark/settings.svg", |
179 | | - "light": "./resources/light/settings.svg" |
180 | | - } |
| 165 | + "icon": "$(settings)" |
181 | 166 | }, |
182 | 167 | { |
183 | 168 | "command": "extension.applescript.terminateProcess", |
184 | 169 | "title": "AppleScript: Terminate Process", |
185 | | - "icon": { |
186 | | - "dark": "./resources/dark/terminate.svg", |
187 | | - "light": "./resources/light/terminate.svg" |
188 | | - } |
| 170 | + "icon": "$(close)" |
189 | 171 | }, |
190 | 172 | { |
191 | 173 | "command": "extension.applescript.createBuildTask", |
192 | 174 | "title": "AppleScript: Create Build Task", |
193 | | - "icon": { |
194 | | - "dark": "./resources/dark/task.svg", |
195 | | - "light": "./resources/light/task.svg" |
196 | | - } |
| 175 | + "icon": "$(checklist)" |
197 | 176 | } |
198 | 177 | ], |
199 | 178 | "menus": { |
|
341 | 320 | "vscode-get-config": "^0.6.2" |
342 | 321 | }, |
343 | 322 | "devDependencies": { |
344 | | - "@commitlint/cli": "^20.3.1", |
345 | | - "@commitlint/config-conventional": "^20.3.1", |
| 323 | + "@commitlint/cli": "^20.4.1", |
| 324 | + "@commitlint/config-conventional": "^20.4.1", |
346 | 325 | "@idleberg/applescript-svg-icon": "github:idleberg/applescript-svg-icon", |
347 | | - "@idleberg/configs": "^0.4.1", |
| 326 | + "@idleberg/configs": "^0.4.2", |
348 | 327 | "@types/line-column": "^1.0.2", |
349 | 328 | "@types/node": "^24.7.0", |
350 | 329 | "@types/vscode": "1.85.0", |
351 | 330 | "concurrently": "^9.2.1", |
352 | 331 | "cross-env": "^10.1.0", |
353 | 332 | "sharp-cli": "^5.2.0", |
354 | | - "tsdown": "^0.19.0", |
| 333 | + "tsdown": "^0.20.3", |
355 | 334 | "typescript": "^5.9.3" |
356 | 335 | }, |
357 | 336 | "extensionDependencies": [ |
|
0 commit comments