Why Prettier does not format code in VSCODE?

后端 未结 18 727
失恋的感觉
失恋的感觉 2020-12-07 18:39

In my Nuxt application where ESlint and Prettier are installed and enabled, I switched to Visual Studio Code editor.

When I open a .vue file and pre

18条回答
  •  轮回少年
    2020-12-07 18:50

    Some times with auto plugins update Required files used by Prettier might go missing .

    Check this path if files are present here or folder is empty

    C:\Users\YOURUSERNAME\.vscode\extensions\esbenp.prettier-vscode-2.2.2\out

    If missing uninstall and reinstall prettier

提交回复
热议问题