Eugleo / magic-racket

The best coding experience for Racket in VS Code
https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket
GNU General Public License v3.0
204 stars 28 forks source link

Add command and button to run tests on current racket file in terminal #112

Open madkins23 opened 1 year ago

madkins23 commented 1 year ago

Test icon is hand edited copy of run icon so it kind of sucks a little. :-(

madkins23 commented 1 year ago

I'd rather have the icon than the command.

jryans commented 1 year ago

Hmm, keep in mind that commands can be bound to keyboard shortcuts, so that should make it quite easy to trigger whenever you'd like to use the feature. Hopefully that's at least somewhat better than not having the feature at all...?

We're already exceeding the VS Code UX guidelines which recommend only 1 action with an icon per extension, so I'm fairly hesitant about adding another.

Ideally VS Code itself (or some extension) would make it easy to add your own custom buttons with icons for any command, as I expect different people have different preferences for what should be bound to a displayed button. I can see there is a long-standing feature request for this in VS Code itself.