geddski / macros

macros support for VS Code
MIT License
165 stars 36 forks source link

Possible to auto-run a snippet? #43

Open eightbit opened 5 years ago

eightbit commented 5 years ago

Thanks for this great extension. I have a 2 part macro: 1) Copy selected text 2) Run a snippet to wrap JS block quotes around the selection. Useful, no?

When I run the macro, it asks to confirm the snippet, Is there a way to just run the whole macro with no confirm? Thanks.