formatter never finishes
See original GitHub issueWhen I save a .svelte
file, a popup appears in the lower-right that says “Saving ‘Hello.svelte’: Running ‘Svelte Beta’ Formatter (configure).” It stays there for about a minute and then disappears. But the file is not reformatted. Is there something I can do to help track down the issue?
System (please complete the following information):
- OS: macOS
- IDE: VSCode
- Plugin/Package: Svelte Beta
There are no lines in my settings.json file for VS Code that contain “svelte”. I don’t have “files.associations”: {“*.svelte”: “html” } inside my VSCode settings. I have disabled all other Svelte-related extensions and restarted VS Code. It is not a preprocessor related bug.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:29 (14 by maintainers)
Top Results From Across the Web
c++ - Vscode auto format code stops working after few runs
I am using vscode-insider for my c++ CMAKE based project in combination with C/C++ extention which provides IntelliSense and also clang-format ...
Read more >Formatter never finishes · Issue #341 · sveltejs/language-tools
When I try to save changes to a .svelte file I get a dialog that says "Saving 'Whatever.svelte': Running 'Svelte for VS Code'...
Read more >VS Code - You don't need a formatting extension (Prettier and ...
You configure how the formatting is done with the following settings: css.format.enable - Enable/disable default CSS formatter. css.format.
Read more >VMWare RDM Disk never ends formatting - Huawei Support
Customer is saying that VMWare RDM disk is in a continous formatting.
Read more >How Long Does It Take to Format a Hard Drive ... - EaseUS
Top 4 Fixes for Fixing a Hard Drive Taking Forever to Format. When you're running into an unlikely finished disk formatting problem in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Ciantic I did not say
tsconfig.json
is not supported. The language server should read your config file and act accordingly, so strict mode is possible to use.What’s your output inside Output->Svelte ?
UPDATE: Seems like something screwed up in the last deploy, so most people are getting this right now. See #174 for more info.
there is a sort-of roadmap here. https://github.com/sveltejs/language-tools/issues/83. best way to get what you want is to help make it happen 😃