You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -59,17 +59,17 @@
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'."
0 commit comments