VSCodeBeautify
VSCodeBeautify copied to clipboard
Is this repo no longer updated?
the latest version of js-beautify is v1.14.0 , but this plugin still bases on v1.10.0
It'd be nice if the package did this automatically, but you can just update the underlying beautify package as explained in #346.
(The package json is using ^1.10.0 which means npm update will install the latest version that is <2)