-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Latest version breaks HTML formatting functionality #45
Comments
I can see that html files have now the language mode "aurelia HTML" by default. Why is this necessary? Now I have to pick between aurelia-syntax support and formatting. |
This also breaks any icon packs such as "vscode-icons" |
It also breaks script block and style block syntax highlighting. |
Thanks for the feedback. Will look into this tonight, might need to remove the custom language again and let it override the default html so plugins/ tools for html stay working. |
This also breaks tag pair ( |
Everything is set back to HTML, I think all the above issues are resolved with that. Version 0.3.3 is released. The custom hover provider with MDN info and Aurelia info is disabled for now, working on a fix for that here: https://github.com/aurelia/vscode-extension/tree/fix-hover-provider but that takes a bit longer and a quick fix for this issue could not wait for this I think. Sorry for the inconvenience, wanted to get a release out to fast and didn't notice this in the test environment on my machine. |
I'm submitting a bug report
major.minor.patch-pre
Please tell us about your environment:
Operating System:
OSX 10.x|Linux (distro)|Windows [7|8|8.1|10]
Visual studio code version:
0.3.2
HTML/JS/TS of incorrect highlight
any HTML
Current behavior:
Pressing Alt-Shift-F does not format the document; the format document option is gone from the command pallet when in an HTML file. Also, any other HTML extension and snippets are not working as well. When disabling the extension it works again.
Expected/desired behavior:
Reproduce:
The text was updated successfully, but these errors were encountered: