VS Code Astro formatting not working on a specific project #880
Replies: 4 comments 1 reply
-
Hello, you can see the logs in the "Output" panel. You should be able to filter for "Astro" on the right of it. (same place where the terminal is) |
Beta Was this translation helpful? Give feedback.
-
I am having the same issue. Nothing appears in my output panel when I run formatting. |
Beta Was this translation helpful? Give feedback.
-
I find that the formatting only works if I use the folder containing Astro and prettier config as the root of the project in VSCode. |
Beta Was this translation helpful? Give feedback.
-
I deleted:
From my workspace .vscode folder and now the formatting appears to be working. |
Beta Was this translation helpful? Give feedback.
-
Hey fellows,
I have an Astro project for which the Astro extension isn't able to format the
.astro
files. The rest of the features such as intellisense work fine.On the other Astro projects, the formatter works fine. Not able to pin down the cause.
Is there a way I can see the logs of the formatter used by the extension to debug this further?
Beta Was this translation helpful? Give feedback.
All reactions