JavaScriptPrettier icon indicating copy to clipboard operation
JavaScriptPrettier copied to clipboard

Not working in VS Code

Open don-odyssey opened this issue 1 year ago • 1 comments

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,

don-odyssey avatar Sep 30 '24 16:09 don-odyssey

Not a bug but I installed the extension in VS Code

No you did not. Visual Studio Code and Visual Studio extensions are completely different, even in different programming languages (csharp vs JS/TS). You installed another extension not related to this repo.

HolgerJeromin avatar Oct 01 '24 06:10 HolgerJeromin