-
Notifications
You must be signed in to change notification settings - Fork 2
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
only half of syntax highlight #30
Comments
Is it happening in all files or only in this one? Ideally, I would need the source code that reproduces the issue. |
All files. |
I completely understand, that's why I was only talking about the necessary source code that reproduces the issue (which is usually a few lines long and can be filled with random data) Can you try disabling all the vscode plugins that you have to make sure one of them is not conflicting with this one? Mind sharing your operating system? I've cloned the repo that you have provided and it works perfectly well for me: |
I've released a new version 0.0.8 which should fix the issue that you've mentioned. Please let me know if that is enough to get the whole extension to start working. |
0.0.9 available now, please try it out 👍 |
not OK (but no more uncaught error ?) Also let me remind you of this issue: #26 |
I forgot to ask, is syntax highlighting the only thing that isn't fully working? Does auto-completion / signature help / rename work? |
autocompletion OK |
Are you using a different vscode theme? If so, that may be the problem. |
I use "Dark (visual studio)" which I believe is default one |
I don't think it's the default one - try |
OK this was it. Can you please fix this ? |
But I think this is how it's supposed to look like. If you don't like it, that's why they provide Dark+. If you open a TypeScript / C# file, using the Dark (Visual Studio) theme, the functions won't have any colorization either. |
Correct, other themes work with their own colors. I don't remember having change the theme. Thanks for support. |
I'm also having this issue and trying to find/fix it took me a lot of time, maybe we can give a hint in the introduction to help more people who are having the same issue (: |
The syntax highlight is absolutely not like in your preview.
![image](https://user-images.githubusercontent.com/4628382/210365100-566419bd-779d-4ff1-ab38-6434f5f1a5aa.png)
See an example of my files:
Can you help fix that ?
I note 15 uncaught errors under runtime status if it can help :
Cannot read properties of undefined (reading 'document')
Please come back to me if you need more information.
The text was updated successfully, but these errors were encountered: