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
Issue Type: Bug
This never used to happen...
I have my html format settings as:
"html.format.unformatted": "wbr,span,code", "html.format.wrapAttributes": "force-aligned", "html.format.wrapLineLength": 0,
For some reason, it's now putting the closing > on a line by itself, as in
>
<mat-tab label="TabTabHeader2" ><p> Lorem, ipsum dolor sit amet consectetur adipisicing elit. Dolores, cumque perferendis molestiae nulla iusto </p></mat-tab >
VS Code version: Code - Insiders 1.30.0-insider (85f805a, 2018-12-05T12:13:44.894Z) OS version: Darwin x64 18.2.0
(3 theme extensions excluded)
The text was updated successfully, but these errors were encountered:
Prettier recently added html support. And it overrode our HTML formatter. You can do this to disable it.
"prettier.disableLanguages": [ "vue", "html" ]
Sorry, something went wrong.
octref
No branches or pull requests
Issue Type: Bug
This never used to happen...
I have my html format settings as:
For some reason, it's now putting the closing
>
on a line by itself, as inVS Code version: Code - Insiders 1.30.0-insider (85f805a, 2018-12-05T12:13:44.894Z)
OS version: Darwin x64 18.2.0
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Extensions (34)
(3 theme extensions excluded)
The text was updated successfully, but these errors were encountered: