File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ # v0.11.1 [ #] ( https://github.com/idleberg/vscode-applescript/releases/tag/0.11.1 )
2
+
3
+ - fix: add missing config
4
+
5
+ # v0.11.0 [ #] ( https://github.com/idleberg/vscode-applescript/releases/tag/0.11.0 )
6
+
7
+ - add ` onlyRunSavedFile ` option
8
+ - update dependencies
9
+
1
10
# v0.10.0 [ #] ( https://github.com/idleberg/vscode-applescript/releases/tag/0.10.0 )
2
11
3
12
- add support for JavaScript for Automation (JXA)
Original file line number Diff line number Diff line change 64
64
"type" : " boolean" ,
65
65
"default" : false ,
66
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"
67
72
}
68
73
}
69
74
},
You can’t perform that action at this time.
0 commit comments