Beautify is no longer working
- Operating System OSX Mojave 10.14.5
- VS Code Version 1.35.1
- beautify Version 1.5.0
Since a few days the Beautify extension is no longer working.. It's not returning any errors, but it's also not beautifying any files anymore..
Any idea's how to debug why this is no longer working?
Cheers
Matthijs
so sad, beautify is not working. I can accept it slowly but can't without it. same issue https://github.com/microsoft/vscode/issues/76236
Same for me, vscode updated and now it says "command HookyQR.beautifyFile not found"
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 would have loaded after that fails. Try disabling all of your extensions, then enable beautify, then restart. If beautify doesn't work in the newly opened window, let me know. If it does work, start re-enabling your other extensions and let me know which one breaks something.
I've disabled all plugins, but it's still not working.. I've also opened the developer tools in vs code, but there is nothing on the console.. i cant seem to find anything why it is not working...
How could we debug this any further?
Cheers
Matthijs
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. :(
- Operating system: Windows 10, version 1903
- VSCode version 1.39
I've had the same issue as @mtempels for a while now and I didn't exactly find or fix the issue, but I got it working again with an older version.
I tried installing a few older versions and found out that version 0.4.1 is the newest version that works for me. All other older versions I tried worked too, including the first one.
Although not an ideal solution, it works for me at the moment.
Here's a list of things I tried that didn't work:
- Close and reopen VSCode
- Uninstall Beautify and reinstall it
- Restart computer
- Setting HookyQR.beautify as default formatter in user settings
- Removing HookyQR.beautify as default formatter in user settings
- Checking the developer console, no errors there.
- Disable all other extensions
- Uninstall all other extensions
- Uninstall and reinstall VSCode
Same for me, vscode updated and now it says "command HookyQR.beautifyFile not found"
I had the same problem. I resolved this problem reinstalling vscode. I recommend you to use Settings Sync extension to backup your settings.