VSCodeBeautify icon indicating copy to clipboard operation
VSCodeBeautify copied to clipboard

Beautify is no longer working

Open mtempels opened this issue 6 years ago • 7 comments

  • 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

mtempels avatar Jun 26 '19 07:06 mtempels

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

jasonChen1982 avatar Jun 27 '19 10:06 jasonChen1982

Same for me, vscode updated and now it says "command HookyQR.beautifyFile not found"

BopItFreak avatar Aug 29 '19 23:08 BopItFreak

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.

HookyQR avatar Sep 14 '19 13:09 HookyQR

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

mtempels avatar Sep 16 '19 12:09 mtempels

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. :(

HookyQR avatar Sep 20 '19 01:09 HookyQR

  • 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

philedius avatar Oct 25 '19 06:10 philedius

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.

hj1ax avatar Jan 06 '20 14:01 hj1ax