-
Notifications
You must be signed in to change notification settings - Fork 4
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 strips highlighting when VS Code is restarted #32
Comments
I can reproduce the problem. |
Thank you for reporting. I will address this issue in a few days, as soon as i get back to my computer and internet. |
I have the same problem, as well. Wasn't sure if it was some other plugin I had enabled that caused it, but disabling other likely culprits doesn't seem to do the trick. |
I can't reproduce this on Ubuntu. What are the O.Ses you are currently using, please? |
I am on archlinux 64bit:
|
Windows 10 / 64 |
I will try to reproduce tonight on Windows and MacOS. The only thing that may have caused this issue was the change of main scope name I had to do. It went from I have a possible workaround for this: implementing on both scopes Although that doesn't seem right to me, it may be the only way to do it if it keeps being overrided by Angular Language Service Plugin |
@ghaschel I don't have Angular Language Service Plugin installed. Hope that helps. Thanks for this great plugin! |
Installing angular2inline instantaneously stripped all of the highlighting from the html file for me now |
@ghaschel It may be a problem with angular2inline, but that plugin is also quite useful so I hope you can find a workaround! |
angular2inline also overrides the scope as My idea of implementing on both scopes (using one as fallback) works. I am publishing 1.5.0 with the bugfix. Let me know if it works for you guys, so that I can re-open this issue. =] |
Works for me! |
I'm on MacOS, have both Angular Language Service and angular2-inline installed, and 1.5.0 works for me! |
Thanks! |
tried to fix a bug where highlighting is stripped off the html file when angular2inline or angular-language-service is installed. Implemented the same highlighting in two scopes, using one as fallback/default html attempt to fix #32
I've just started using the vscode-angular-html (v1.6.0) plugin and running into the bug where syntax highlighting isn't being applied correctly against Angular Language Server. Disable and re-enable works, but is cumbersome. Any thoughts? 🤔 Code Version: 1.41.1 |
Version 1.4.0 strips all highlighting for HTML files when VS Code is restarted. The appearance of HTML is plain text. I can disable/enable the extension and the highlighting works again, but each time VS Code is closed and started, colors are stripped again. I've uninstalled other extensions to rule out the possibility of a conflict.
Rolling back to v1.3.1 solves the issue.
The text was updated successfully, but these errors were encountered: