-
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
Extension unable to properly highlight terms after small edits to code #16
Comments
I followed your steps in visual studio, but I am not able to reproduce this behavior. What extension version are you on? |
I'm using extension version 1.1.8. I tried reinstalling. example.mp4 |
Thanks for the clear repro video! @jkwak-work can you take a look next sprint? |
Yes, i will work on this next week. |
For this sprint, I need to work on more higher priority tasks. |
I wasn't able to reproduce this in vim either https://asciinema.org/a/igy9fLeGyl1PxQ4u1vcdkECJs Do you have anything else in your config which might cause things to differ from a vanilla setup? |
No I don't think so |
I think this may be an issue specific to the Visual studio extension and not to the core language server. |
Tested in visual studio version 17.11.5
In example:
load a Slang file in visual studio with the following code:
Now cut out the test function with Ctrl+X, paste it back in any location which actually changes the layout of the code from its previous layout. The colors become all messed up for some terms. Edit a Slang file for a while and syntax highlighting becomes very jumbled.
The text was updated successfully, but these errors were encountered: