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
Typing {# causes the html auto format to stop
Steps to Reproduce:
Type some html containing {# Auto Format Example:
<html> <div> <p> Sample Text </p> </div> <div> <p> Typing {# breaks vscode </p> <p> This part is not formatted </p> </div> </html>
Expected:
Actual:
This is relevant for any Thymeleaf templates, which make extensive use of '{#' syntax, as seen here
The text was updated successfully, but these errors were encountered:
relevant downstream issue for vscode: microsoft/vscode#84606
Sorry, something went wrong.
Disable templating. See #1647
No branches or pull requests
Issue Type: Bug
Typing {# causes the html auto format to stop
Steps to Reproduce:
Type some html containing {#
Auto Format
Example:
Expected:
Actual:
This is relevant for any Thymeleaf templates, which make extensive use of '{#' syntax, as seen here
The text was updated successfully, but these errors were encountered: