This is a simple VSCode wrapper around Wollemi that runs wollemi each time a go
or plz BUILD
file is saved.
Will run wollemi (a helper for writing plz BUILD files) on save.
It's possible to use wollemi through a plz alias command, so I would recommend instally plz and optionally wollemi.
If you are using wollemi through a plz alias command, change the vs-wollemi.wollemiCommand
setting to your alias command (eg: plz wollemi
).
This extension contributes the following settings:
vs-wollemi.runOnSave
: enable/disable this extensionvs-wollemi.autoClearConsole
: clears the "output" console before each runvs-wollemi.wollemiCommand
: command to triggerwollemi
(you won't need to change this if you are using the wollemi tool directly)vs-wollemi.shell
: shell to execute the command with, probably don't bother changing this.
- I haven't bothered implementing the tests yet.
- Might not work on windows due to \ paths? Let me know if it does not.
Initial release of vs-wollemi, will run ${wollemi} fmt ${path}
on save and atm that's all I need to stay tuned for potential updates...