SvelteSortOption config is ignored
See original GitHub issue"svelte.plugin.svelte.format.config.svelteSortOrder": "options-scripts-styles-markup"
formatting after setting this option still uses the default (style last)
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
SvelteJS I added preferData to rollup.config.js, but it's ignored ...
Assuming you used the Svelte Rollup template, add a svelte.config.js next to your rollup config with the following
Read more >Configuration • Docs • SvelteKit
Files with extensions that match neither config.extensions nor config.kit.moduleExtensions will be ignored by the router. outDirpermalink. default ...
Read more >Switch loses config after reboot (wr mem does not work) : r/Cisco
If it is, you can go to global config and enter "no system ignore startupconfig switch all" to fix it.
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 FreeTop 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
Top GitHub Comments
This changes everything!
Putting this in
.prettierrc
does work after hitting F1Svelte: Restart Language Server
No, you can just add these non-default Svelte options to your
.prettierrc
file.It may depend on your user setting on what is used in which case. For example this
means that the Prettier extension is used for all files. I don’t know what you got in there, though, because you can also overwrite this with
Then the Svelte VS Code extension is used.