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

Disable Toolbar buttons #22

Closed LeonardoGentile closed 3 years ago

LeonardoGentile commented 4 years ago

Hello, is it possible to disable the buttons added by the extension? Or at least to enable them only for apple script extensions? I have no interest in using them when I'm editing a js or py file. image

idleberg commented 4 years ago

The buttons are meant to be available in JavaScript, but certainly not in Python (I don't have them!)

For me there are one single requisite that needs to be fulfilled before those buttons are removed when working with JavaScript files: the JXA scope (source.javascript.jxa) must have access to all JavaScript features that VSCode (or an extension) exposes when working in the JavaScript scope (source.javascript).

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.

github-actions[bot] commented 3 years ago

This issue was closed because it has been stalled for 14 days with no activity.