|
2 | 2 | "name": "adobe-script-runner",
|
3 | 3 | "displayName": "Adobe Script Runner",
|
4 | 4 | "description": "Run Adobe scripts from VSCode",
|
5 |
| - "version": "0.2.0", |
| 5 | + "version": "0.2.1", |
6 | 6 | "publisher": "renderTom",
|
7 | 7 | "icon": "resources/icon.png",
|
8 | 8 | "galleryBanner": {
|
|
59 | 59 | "adobeScriptRunner.saveDirty": {
|
60 | 60 | "type": "boolean",
|
61 | 61 | "default": true,
|
62 |
| - "description": "Save dirty files before evaluating." |
| 62 | + "description": "Save dirty document before evaluating." |
63 | 63 | },
|
64 | 64 | "adobeScriptRunner.runUntitled": {
|
65 | 65 | "type": "boolean",
|
66 | 66 | "default": true,
|
67 |
| - "description": "Save untitled file before evaluating. Set file destination in 'tempFile' option." |
| 67 | + "description": "Evaluates untitled document.\nNote: document has to be saved prior to evaluating, therefore check 'Temp File' option to set temporary file path." |
68 | 68 | },
|
69 | 69 | "adobeScriptRunner.tempFile": {
|
70 | 70 | "type": "string",
|
71 | 71 | "default": "~/.vscode/Snippet.js",
|
72 |
| - "description": "Saves untitled document to temporary file. Used only when 'saveUndefined' is set to 'true'." |
| 72 | + "description": "Path to temporary file where untitled documents are being saved prior to evaluating. Used only when 'Run Untitled' is set to 'true'." |
73 | 73 | },
|
74 | 74 | "adobeScriptRunner.winEstkExe": {
|
75 | 75 | "type": "string",
|
|
78 | 78 | },
|
79 | 79 | "adobeScriptRunner.winAfterFxExe": {
|
80 | 80 | "type": "string",
|
81 |
| - "default": "C:/Program Files/Adobe/Adobe After Effects CC 2018/Support Files/AfterFX.exe", |
| 81 | + "default": "C:/Program Files/Adobe/Adobe After Effects CC 2019/Support Files/AfterFX.exe", |
82 | 82 | "description": "Windows only: Path to Adobe After Effects executable (AfterFX.exe)."
|
83 | 83 | },
|
84 | 84 | "adobeScriptRunner.winIllustratorExe": {
|
85 | 85 | "type": "string",
|
86 |
| - "default": "C:/Program Files/Adobe/Adobe Illustrator CC 2018/Support Files/Contents/Windows/Illustrator.exe", |
| 86 | + "default": "C:/Program Files/Adobe/Adobe Illustrator CC 2019/Support Files/Contents/Windows/Illustrator.exe", |
87 | 87 | "description": "Windows only: Path to Adobe Illustrator executable (Illustrator.exe)."
|
88 | 88 | },
|
89 | 89 | "adobeScriptRunner.winPhotoshopExe": {
|
90 | 90 | "type": "string",
|
91 |
| - "default": "C:/Program Files/Adobe/Adobe Photoshop CC 2018/Photoshop.exe", |
| 91 | + "default": "C:/Program Files/Adobe/Adobe Photoshop CC 2019/Photoshop.exe", |
92 | 92 | "description": "Windows only: Path to Adobe Photoshop executable (Photoshop.exe)."
|
93 | 93 | }
|
94 | 94 | }
|
|
0 commit comments