|
17 | 17 | ], |
18 | 18 | "activationEvents": [ |
19 | 19 | "onCommand:adobeScriptRunner.ae", |
| 20 | + "onCommand:adobeScriptRunner.ae-beta", |
20 | 21 | "onCommand:adobeScriptRunner.ai", |
| 22 | + "onCommand:adobeScriptRunner.ai-beta", |
21 | 23 | "onCommand:adobeScriptRunner.estk", |
22 | 24 | "onCommand:adobeScriptRunner.ic", |
23 | 25 | "onCommand:adobeScriptRunner.id", |
24 | | - "onCommand:adobeScriptRunner.psd" |
| 26 | + "onCommand:adobeScriptRunner.psd", |
| 27 | + "onCommand:adobeScriptRunner.psd-beta" |
25 | 28 | ], |
26 | 29 | "main": "./lib/extension", |
27 | 30 | "contributes": { |
|
30 | 33 | "command": "adobeScriptRunner.ae", |
31 | 34 | "title": "Adobe After Effects" |
32 | 35 | }, |
| 36 | + { |
| 37 | + "command": "adobeScriptRunner.ae-beta", |
| 38 | + "title": "Adobe After Effects (Beta)" |
| 39 | + }, |
33 | 40 | { |
34 | 41 | "command": "adobeScriptRunner.ai", |
35 | 42 | "title": "Adobe Illustrator" |
36 | 43 | }, |
| 44 | + { |
| 45 | + "command": "adobeScriptRunner.ai-beta", |
| 46 | + "title": "Adobe Illustrator (Beta)" |
| 47 | + }, |
37 | 48 | { |
38 | 49 | "command": "adobeScriptRunner.estk", |
39 | 50 | "title": "Adobe ExtendScript Toolkit" |
|
49 | 60 | { |
50 | 61 | "command": "adobeScriptRunner.psd", |
51 | 62 | "title": "Adobe Photoshop" |
| 63 | + }, |
| 64 | + { |
| 65 | + "command": "adobeScriptRunner.psd-beta", |
| 66 | + "title": "Adobe Photoshop (Beta) (Windows only)" |
52 | 67 | } |
53 | 68 | ], |
54 | 69 | "configuration": [ |
|
91 | 106 | "default": "C:/Program Files/Adobe/Adobe After Effects 2021/Support Files/AfterFX.exe", |
92 | 107 | "description": "Windows only: Path to Adobe After Effects executable (AfterFX.exe)." |
93 | 108 | }, |
| 109 | + "adobeScriptRunner.winAfterEffectsBetaExe": { |
| 110 | + "type": "string", |
| 111 | + "default": "C:/Program Files/Adobe/Adobe After Effects (Beta)/Support Files/AfterFX (Beta).exe", |
| 112 | + "description": "Windows only: Path to Adobe After Effects (Beta) executable (AfterFX (Beta).exe)." |
| 113 | + }, |
94 | 114 | "adobeScriptRunner.winExtendscriptToolkitExe": { |
95 | 115 | "type": "string", |
96 | 116 | "default": "C:/Program Files (x86)/Adobe/Adobe ExtendScript Toolkit CC/ExtendScript Toolkit.exe", |
|
101 | 121 | "default": "C:/Program Files/Adobe/Adobe Illustrator 2021/Support Files/Contents/Windows/Illustrator.exe", |
102 | 122 | "description": "Windows only: Path to Adobe Illustrator executable (Illustrator.exe)." |
103 | 123 | }, |
| 124 | + "adobeScriptRunner.winIllustratorBetaExe": { |
| 125 | + "type": "string", |
| 126 | + "default": "C:/Program Files/Adobe/Adobe Illustrator (Beta)/Support Files/Contents/Windows/Illustrator.exe", |
| 127 | + "description": "Windows only: Path to Adobe Illustrator (Beta) executable (Illustrator.exe)." |
| 128 | + }, |
104 | 129 | "adobeScriptRunner.winPhotoshopExe": { |
105 | 130 | "type": "string", |
106 | 131 | "default": "C:/Program Files/Adobe/Adobe Photoshop 2021/Photoshop.exe", |
107 | 132 | "description": "Windows only: Path to Adobe Photoshop executable (Photoshop.exe)." |
| 133 | + }, |
| 134 | + "adobeScriptRunner.winPhotoshopBetaExe": { |
| 135 | + "type": "string", |
| 136 | + "default": "C:/Program Files/Adobe/Adobe Photoshop (Beta)/Photoshop.exe", |
| 137 | + "description": "Windows only: Path to Adobe Photoshop (Beta) executable (Photoshop.exe)." |
108 | 138 | } |
109 | 139 | } |
110 | 140 | } |
|
0 commit comments