-
Notifications
You must be signed in to change notification settings - Fork 75
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
Support html formatter settings #17
Comments
Probably depends on microsoft/TypeScript#18604 Currently there is no way that I know of to pass configuration from VSCode to a TS Server plugin |
I will support it!:'( |
PRs welcome. Here's where we sync settings with the plugin: Line 42 in 027f0ea
May also required some upstream changes the plugin: https://github.com/Microsoft/typescript-lit-html-plugin/blob/master/src/configuration.ts Do people want separate html formatter settings for lit-html or should we re-use the normal html settings? |
@mjbvz I think lit-html has to re-use the normal html settings as usual *.html files. |
Testing microsoft/vscode#42361
Ideally, the html settings from VSCode would be used.
IMO the settings used required is "html.format.contentUnformatted" to control which tags should not be changed by the formatter.
The text was updated successfully, but these errors were encountered: