|
2 | 2 | "name": "applescript", |
3 | 3 | "displayName": "AppleScript", |
4 | 4 | "description": "Language syntax, snippets and build system for AppleScript and JavaScript for Automation", |
5 | | - "version": "0.29.3", |
| 5 | + "version": "0.29.4", |
6 | 6 | "publisher": "idleberg", |
7 | 7 | "license": "MIT", |
8 | 8 | "author": { |
|
144 | 144 | "title": "AppleScript: Run Script", |
145 | 145 | "icon": "$(play)" |
146 | 146 | }, |
| 147 | + { |
| 148 | + "command": "extension.applescript.terminateProcess", |
| 149 | + "title": "AppleScript: Terminate Process", |
| 150 | + "icon": "$(notebook-stop)" |
| 151 | + }, |
147 | 152 | { |
148 | 153 | "command": "extension.applescript.compile", |
149 | 154 | "title": "AppleScript: Compile Script", |
150 | | - "icon": "$(save)" |
| 155 | + "icon": "$(file-code)" |
151 | 156 | }, |
152 | 157 | { |
153 | 158 | "command": "extension.applescript.compileBundle", |
154 | 159 | "title": "AppleScript: Compile Script bundle", |
155 | | - "icon": "$(layers)" |
| 160 | + "icon": "$(file-submodule)" |
156 | 161 | }, |
157 | 162 | { |
158 | 163 | "command": "extension.applescript.compileApp", |
159 | 164 | "title": "AppleScript: Compile Application", |
160 | | - "icon": "$(package)" |
| 165 | + "icon": "$(archive)" |
161 | 166 | }, |
162 | 167 | { |
163 | 168 | "command": "extension.applescript.openSettings", |
164 | 169 | "title": "AppleScript: Open Settings", |
165 | 170 | "icon": "$(settings)" |
166 | 171 | }, |
167 | | - { |
168 | | - "command": "extension.applescript.terminateProcess", |
169 | | - "title": "AppleScript: Terminate Process", |
170 | | - "icon": "$(circle-slash)" |
171 | | - }, |
172 | 172 | { |
173 | 173 | "command": "extension.applescript.createBuildTask", |
174 | 174 | "title": "AppleScript: Create Build Task", |
|
184 | 184 | }, |
185 | 185 | { |
186 | 186 | "when": "resourceLangId == applescript", |
187 | | - "command": "extension.applescript.compile", |
| 187 | + "command": "extension.applescript.terminateProcess", |
188 | 188 | "group": "navigation@2" |
189 | 189 | }, |
190 | 190 | { |
191 | 191 | "when": "resourceLangId == applescript", |
192 | | - "command": "extension.applescript.compileBundle", |
| 192 | + "command": "extension.applescript.compile", |
193 | 193 | "group": "navigation@3" |
194 | 194 | }, |
195 | 195 | { |
196 | 196 | "when": "resourceLangId == applescript", |
197 | | - "command": "extension.applescript.compileApp", |
| 197 | + "command": "extension.applescript.compileBundle", |
198 | 198 | "group": "navigation@4" |
199 | 199 | }, |
200 | 200 | { |
201 | 201 | "when": "resourceLangId == applescript", |
202 | | - "command": "extension.applescript.createBuildTask", |
| 202 | + "command": "extension.applescript.compileApp", |
203 | 203 | "group": "navigation@5" |
204 | 204 | }, |
205 | 205 | { |
206 | 206 | "when": "resourceLangId == applescript", |
207 | | - "command": "extension.applescript.terminateProcess", |
| 207 | + "command": "extension.applescript.createBuildTask", |
208 | 208 | "group": "navigation@6" |
209 | 209 | }, |
210 | 210 | { |
211 | 211 | "when": "resourceLangId == applescript", |
212 | 212 | "command": "extension.applescript.openSettings", |
213 | | - "group": "navigation@6" |
| 213 | + "group": "navigation@7" |
214 | 214 | } |
215 | 215 | ], |
216 | 216 | "explorer/context": [ |
|
341 | 341 | "lefthook" |
342 | 342 | ] |
343 | 343 | }, |
344 | | - "packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa" |
| 344 | + "packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa", |
| 345 | + "__metadata": { |
| 346 | + "id": "d57cfcbb-5746-48be-a607-96967331a91c", |
| 347 | + "publisherId": "d142cf02-af52-4395-9363-148909445cb3", |
| 348 | + "publisherDisplayName": "idleberg", |
| 349 | + "targetPlatform": "universal", |
| 350 | + "isApplicationScoped": false, |
| 351 | + "isPreReleaseVersion": false, |
| 352 | + "hasPreReleaseVersion": false, |
| 353 | + "installedTimestamp": 1771521179362, |
| 354 | + "pinned": true, |
| 355 | + "preRelease": false, |
| 356 | + "source": "gallery", |
| 357 | + "size": 498088 |
| 358 | + } |
345 | 359 | } |
0 commit comments