You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make VSCodeBeautify take my .jsbeautifyrc file into account inside a Node.JS project.
I cannot seem to find the right place.
I've tried putting it at the root of the folder opened in VSCode.
I've tried putting it inside the .vscode folder.
I've tried putting it at the same level as the package.json.
I've tried restarting VSCode couple times.
You should have your .jsbeautifyrc file at the root of your workspace, just as you first did. The location is not the problem. The file you have provided isn't technically valid JSON. A JSON file can't have any comments in it. If you remove the comment line from the top of the file, it should work fine. I'll tweak the code to allow a comment at the top for you though, cos it seems like a fair idea to have the documentation reference there.
HookyQR
changed the title
Where do I put the .jsbeautifyrc file?
.jsbeautifyrc file not being used
Dec 23, 2015
I am trying to make VSCodeBeautify take my .jsbeautifyrc file into account inside a Node.JS project.
I cannot seem to find the right place.
I've tried putting it at the root of the folder opened in VSCode.
I've tried putting it inside the .vscode folder.
I've tried putting it at the same level as the package.json.
I've tried restarting VSCode couple times.
None of theses locations seems to do anything.
Here's my .jsbeautifyrc file
The text was updated successfully, but these errors were encountered: