Run woke
in VS Code
All the awesome features of woke
, within VS Code!
You must have woke
installed to use this extension. Requires v0.2.0
or better.
This extension contributes the following settings:
woke.enable
: enable/disable this extensionwoke.executablePath
: set the path to thewoke
executable. By default, it will usewoke
that is found in your PATH. Set this value if you installwoke
elsewhere.woke.run
: runwoke
on save, on type, or manually. Note that "on type" does not currently have any debouncing.woke.customArgs
: Additional arguments to runwoke
with (See https://github.com/get-woke/woke#usage)woke.disableVersionCheck
: Whether to disable woke binary version check, which prompt for updating when outdated version found (default false).