HookyQR / VSCodeBeautify

Enable js-beautify (https://github.com/beautify-web/js-beautify) in VS Code
MIT License
607 stars 178 forks source link

Is this repo no longer updated? #394

Open TurnerXi opened 3 years ago

TurnerXi commented 3 years ago

the latest version of js-beautify is v1.14.0 , but this plugin still bases on v1.10.0

SmileyChris commented 2 years ago

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)