For about a month now, my Prettier extension has stopped working as it normally does. Most notably - format on save does not work. Other notes:
;
works]
Format Document
, Format Selection
and Format Document with
command palette options all do nothing"eslint.autoFixOnSave": true, // (even though VSCode has this as deprecated), have tried with and without this line
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true
},
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier-eslint": "^9.0.0",
prettier.config.js
file.eslintrc.js
file includes:extends: ['airbnb', 'prettier'],
plugins: ['react', 'jsx-a11y', 'import', 'react-hooks', 'plugin:prettier/recommended'],
Anyone have any idea on how to fix this or further debugging tests to do here? It's driving me nuts!
Follow these steps:
Format Document
Configure Default Formatter...
Prettier - Code formatter
Done!