-
Notifications
You must be signed in to change notification settings - Fork 32
Not working in VS Code #42
Copy link
Copy link
Open
Labels
Description
Hi,
Not a bug but I installed the extension in VS Code and changed the JSON settings as follows but it doe works when I save a file. Nothing is reformatted, even when I intentionally mis-format code
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
Reactions are currently unavailable