We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ded14a commit dd05c97Copy full SHA for dd05c97
package.json
@@ -2,7 +2,7 @@
2
"name": "applescript",
3
"displayName": "AppleScript",
4
"description": "Language syntax, snippets and build system for AppleScript and JavaScript for Automation",
5
- "version": "0.11.0",
+ "version": "0.11.1",
6
"publisher": "idleberg",
7
"license": "MIT",
8
"author": {
@@ -66,9 +66,9 @@
66
"description": "For debugging purposes, you can disable the OS eligibility test"
67
},
68
"applescript.onlyRunSavedFile": {
69
- "type": "boolean",
70
- "default": false,
71
- "description": "Controls whether to run saved file or current buffer"
+ "type": "boolean",
+ "default": false,
+ "description": "Controls whether to run saved file or current buffer"
72
}
73
74
0 commit comments