vscode format on save not working prettier code example
Example 1: prettier on save vscode
// Set the default"editor.formatOnSave": false,// Enable per-language"[javascript]": { "editor.formatOnSave": true}
Example 2: prettier format on save not working vscode
If you set prettier as default formater and formating on save doesnt work
-> format the file manualy using Shift+Alt+f