Hugo Pineda
Hugo Pineda
@coryvirok `esbenp.prettier-vscode` doesn't format .svelte files for me. Do you have other extensions in vscode?
@coryvirok : thank you. This have fixed my issue in vscode. Like you said, the key was in the settings ``` "[svelte]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "prettier.documentSelectors": ["**/*.svelte"] ```
Any advice how to prevent the initial load "jump" of the content element? This is happening because the steps are rendered client side only, and even when used on not...