Skip to content
New issue

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

"css.completion.completePropertyWithSemicolon" is not working in svelte file #1219

Closed
easyfrog opened this issue Oct 28, 2021 · 2 comments
Closed
Labels
feature request New feature or request Fixed Fixed in master branch. Pending production release.

Comments

@easyfrog
Copy link

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.

image

and svelte.plugin.css*** does not has a config with the semicolon

@jasonlyu123 jasonlyu123 added the feature request New feature or request label Oct 28, 2021
@dummdidumm
Copy link
Member

I guess we should just route through these options from vscode similar to what we do for typescript settings already

@dummdidumm dummdidumm added the Fixed Fixed in master branch. Pending production release. label Oct 29, 2021
dummdidumm added a commit that referenced this issue Oct 29, 2021
Support configuring the VS Code CSS Language Service settings
#1219
@dummdidumm
Copy link
Member

The VS Code css/less/scss settings are now forwarded to the Svelte extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request Fixed Fixed in master branch. Pending production release.
Projects
None yet
Development

No branches or pull requests

3 participants