-
-
Notifications
You must be signed in to change notification settings - Fork 418
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
Template not treated as HTML in SFC in VSCode #4016
Comments
I can't reproduce this. Could you please share a video? |
screencast-bpconcjcammlapcogcnnelfmaeghhagj-2024.03.07-09_23_08.webm In this video notice how in the previous version:
|
|
Is there something actionable i can do to help? |
Sorry I'm not sure how to deal with this part, we may wait for @johnsoncodehk's input |
@gianLuigiL Any luck solving this? |
@gianLuigiL Can you reproduce this problem with v2.0.12? |
Yes still stuck on the same behaviour. No auto closing tags and no auto closing quotes. |
Any updates on this? This is still happening TS Version: 5.5.2 Only solution that currently works is what @gianLuigiL mentioned (running anything below 2.0.20) |
I went through every version from Anything above Maybe this PR had something to do with it? #4452 |
Updating to latest official vue extension stopped vscode from treating the template section in Vue SFC as HTML.
Example: auto completion of quotes after the equal sign stopped working.
Adding
:test=
will not trigger automatic quotes insertion anymore. In common HTML files this works as expected.The text was updated successfully, but these errors were encountered: