ERROR > command 'HookyQR.beautifyFile' not found
See original GitHub issueI have just upgraded to beautify 1.1.0
- Operating System (+Version): Windows 10 Build 15063
- VS Code Version: 1.12.2
- beautify Version: 1.1.0
VS Code:
{
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "One Dark Pro",
"window.zoomLevel": 0,
"html.format.wrapAttributes": "force-aligned",
"editor.fontFamily": "Consolas, 'Courier New', monospace",
"editor.tabSize": 2,
"workbench.sideBar.location": "right"
}
.jsbeautifyrc
{
"wrap_attributes": "force-aligned"
}
.editorconfig
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false
Action performed
Format any file with HookyQR.beautifyFile
command
F1 > Beautify file
Expected results
Expected formatted document
Actual results
ERROR > command ‘HookyQR.beautifyFile’ not found
Extra dumb question not related to the issue
Whenever I ALT+SHIFT+F
, the file is not formated using .jsbeautifyrc
configuration. Is this expected behavior? Since it appears that ALT+SHIFT+F
command formats the document using VSCodeBeautify.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:9 (1 by maintainers)
Top Results From Across the Web
command 'HookyQR.beautifyFile' not found · Issue #86 - GitHub
I'm getting this error with the current version of beautify. My current install: ... beautifyFile' not found again on the latest VS Update ......
Read more >command 'HookyQR.beautifyFile' not found - Bountysource
command 'HookyQR.beautifyFile' not found · Operating System (+Version): ArchLinux (linux 4.17.5-1) · VS Code Version: 1.25.1 · beautify Version: ...
Read more >VScode messes JSX format (beautify) - Stack Overflow
If I uninstall that plugin and click Ctrl+Shift+I, I get this error. command 'HookyQR.beautifyFile' not found.
Read more >VSCodeBeautify | Enable js-beautify - kandi - Open Weaver
Implement VSCodeBeautify with how-to, Q&A, fixes, code snippets. kandi ratings - Low support, No Bugs, No Vulnerabilities.
Read more >error Command "start" not found- Yarn(VS Code) - Reddit
When I try to yarn start in VS code below error message shown. How to fix this? error Command "start" not found. package.json...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@steven11329 @maeganjwilson
Apparently I solved it by going to
%USERPROFILE%\.vscode\extensions\HookyQR.beautify-1.1.0
in a command prompt and runningnpm install --production
. Then I went to vscode and hitF1 > Reload Window
EDIT > at first,
reload window
didn’t work. I just took some time to grab a coffee, restart vscode and bang my head to the wall. When I came back it was magically working.Fixed in 1.1.1. I really have to track down and remove that old version of VSCE that my laptop keeps finding. 😞 Sorry everyone.