You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing HTML in the <template> section of a Vue SFC, tags are not automatically closed even though html.autoClosingTags is set to true in my settings.json. The feature works correctly when editing HTML files in VS Code so I expected it to work within <template> as well.
Reproducible Case
Set html.autoClosingTags to true (I think it's true by default though).
Create a .vue file.
Add a <template> tag and add a <div> tag within it for example.
The text was updated successfully, but these errors were encountered:
Info
Problem
When writing HTML in the
<template>
section of a Vue SFC, tags are not automatically closed even thoughhtml.autoClosingTags
is set totrue
in my settings.json. The feature works correctly when editing HTML files in VS Code so I expected it to work within<template>
as well.Reproducible Case
<template>
tag and add a<div>
tag within it for example.The text was updated successfully, but these errors were encountered: