idleberg / vscode-applescript

Language syntax and snippets for AppleScript
https://marketplace.visualstudio.com/items?itemName=idleberg.applescript
MIT License
70 stars 8 forks source link

Can't open .scpt files #8

Closed sainho93 closed 6 years ago

sainho93 commented 6 years ago

Now the extension can only open applescripts which format is .applescrit, but can't open and edit .scpt file.

idleberg commented 6 years ago

Why do you say “Now” when this package never had support to open .scpt and never will unless Microsoft introduces an load equivalent to onWillSaveTextDocument. VSCode does not open binary files, let alone run them through a decode function prior to opening.

You can request (or upvote) such an API method at Microsoft/vscode.