We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want prevent auto semicolon in css or styles of svelte file.
I find some configs:
"css.completion.completePropertyWithSemicolon": false, "less.completion.completePropertyWithSemicolon": false, "scss.completion.completePropertyWithSemicolon": false,
But these are all not working with svelte file. the css or styles also has a auto semicolon at the end.
auto semicolon
and svelte.plugin.css*** does not has a config with the semicolon
svelte.plugin.css***
semicolon
The text was updated successfully, but these errors were encountered:
I guess we should just route through these options from vscode similar to what we do for typescript settings already
Sorry, something went wrong.
(feat) css config settings (#1222)
70d6f19
Support configuring the VS Code CSS Language Service settings #1219
The VS Code css/less/scss settings are now forwarded to the Svelte extension
No branches or pull requests
I want prevent auto semicolon in css or styles of svelte file.
I find some configs:
But these are all not working with svelte file. the css or styles also has a
auto semicolon
at the end.and
svelte.plugin.css***
does not has a config with thesemicolon
The text was updated successfully, but these errors were encountered: