HookyQR
HookyQR
I still don't see what the problem is. Can you please provide snippets for **before**, **actual after**, and **expected after**.
This is caused by the extension load order changing due to the update. It's not beautify that's not working, one of your other extensions is failing, and thus everything that...
I think the only solution is uninstall and install again. I've never had this problem, and I can't reproduce it. Sorry it's messing with your day. :(
I can't find a way either. Sorry.
Please raise this issue with https://github.com/beautify-web/js-beautify
Correct. You just have to run it manually once, then it will happen on save from then on. This avoids accidentally minifying files that you don't want/need minified.
Odd. It's not an SCSS formatter by default, but does have some support. You may find an related issue on https://github.com/beautify-web/js-beautify, the project that does the grunt work in this...
Can't be done. Sorry.
Pretty sure I didn't support source mapping. Planning to do some work on the VS Code extensions later this month. I apologise for having other things happen in my life.
`[xxx]` is a computed property name. `xxx` can be anything that evaluates to (basically) a string. ie. ```javascript function nameIt() { return "crazyMethod"; } class Abc { [nameIt()]() { return...