-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
After editing the code, the colors in the editor are chaotic。 #60791
Comments
感谢您创建此问题! 然而,由于您没有使用英语,我们很难进行处理。如果可能,请您将此问题描述修改为英文。请您直接编辑此问题,不要提交回复或新问题。 请注意,机器翻译服务通常无法处理用于讨论软件问题所需的技术性语言,所以我们推荐您寻找一位熟悉相关技术的人来协助翻译。 如果您无法做到,没有关系。此问题已经被标记为需要翻译,等待社区成员志愿进行翻译。 Thanks for creating this issue! Unfortunately, as the description is not in English, it's hard for us to work on. If possible, please edit the original issue to be in English. In our experience, automatic translation services are not able to handle the technical language needed to effectively communicate about software issues, so we recommend finding a human translator who is familiar with our technology to help. Otherwise, we have marked this as needing translation and a community member may be able to help out. |
Has this bug been located? This has a relatively serious impact on my coding experience. |
The most recent occurrence of this situation is probably when I wrote an object instance. There will be a prompt for associated methods. After the prompt, there is a certain probability that the above color disorder will occur. |
Does this reproduce in the latest VS Code insiders build with all extensions disabled? |
I am using the latest release version and have disabled all plugins, but I still encounter this issue. |
Thanks for testing. Can you please try collecting the TS Server log:
That log will help us see if typescript is accidentally messing up the syntax coloring
|
tsserver.log |
Looks like the editor and TS Server have gotten out of sync due to an exception here
likely due to the prior exception
Tentatively duping to #60243, but it'd be nice to have a concrete repro to be able to check |
This issue has been marked as "Duplicate" and has seen no recent activity. It has been automatically closed for house-keeping purposes. |
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: