Sergio Hernández

Results 3 comments of Sergio Hernández

I'm just having this issue. For me, it starts formatting back and forth between prettier formatting and eslint fixing. I'm only hitting save once. The extension has been working fine...

Actually, I've found that this [particular issue](https://github.com/microsoft/vscode/issues/165326#issuecomment-1302065911) may be caused by vscode itself. Here's the issue: https://github.com/microsoft/vscode/issues/165326

I'm using it as an array: ``` "editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll.eslint"], "editor.defaultFormatter": "esbenp.prettier-vscode" ``` After I rolled back to the previous version of vscode (v1.72,2) it's working fine again.