Skip to content

Commit 05ad425

Browse files
committed
Updates descriptions for "Run Untitled", "Save Dirty", and "Temp File" in extensions Settings window.
1 parent cdedce6 commit 05ad425

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@
5959
"adobeScriptRunner.saveDirty": {
6060
"type": "boolean",
6161
"default": true,
62-
"description": "Save dirty files before evaluating."
62+
"description": "Save dirty document before evaluating."
6363
},
6464
"adobeScriptRunner.runUntitled": {
6565
"type": "boolean",
6666
"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."
6868
},
6969
"adobeScriptRunner.tempFile": {
7070
"type": "string",
7171
"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'."
7373
},
7474
"adobeScriptRunner.winEstkExe": {
7575
"type": "string",

0 commit comments

Comments
 (0)