Open regnaio opened 2 years ago
@dummdidumm maybe you'd have some ideas about this one?
I’m having a similar issue when I remove svelte plugin and swap for prettier-plugin-tailwindcss
Found this in the discord chat, seems to fix the problem with svelte and tailwind plugin
Change these settings in VS Code settings.json
Describe the bug
"plugins": ["prettier-plugin-svelte"]
in.prettierrc
is preventing VSCode from auto-formatting*.svelte
filesAfter removing this line, Alt+Shift+F is now able to successfully auto-format
*.svelte
filesA Skeleton project was created 2 days ago using
@sveltejs/kit@1.0.0-next.538
reproducing thisReproduction
A Skeleton project was created 2 days ago using
@sveltejs/kit@1.0.0-next.538
reproducing thisLogs
No response
System Info
Severity
serious, but I can work around it
Additional Information
No response