-
Notifications
You must be signed in to change notification settings - Fork 13
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
Document symbols fail for large markdown document #183
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. |
Please share an example file which causes this |
VSCode_docs_1.89.1.md
|
I receive this error when opening the file
I am able to resize the window with no problems
|
Does this issue occur when all extensions are disabled?: Yes
VS Code 有个问题,渲染大文档时,比如 10MB 尺寸的 Markdown,它渲染流程会从头处理到用户浏览
的位置,所以当界面宽度调试时,比如侧栏面板切换显示时、窗口伸缩时,就会导致卡死,因为 VS Code
在做“无用”功。反观 Sublime Text 或者 Vim 就不会这样低能,只渲染视图缓存区间直接避免此类问题。
此问题出现在禁用所有插件状态下出现。只要文件标签不是当前编辑中处于活动状态(TextEditor Hidden),此问题就不会出现。
VS Code Version:
OS Version: Windows_NT x64 10.0.18362
Steps to Reproduce:
The bigger of file the longger time to wait, if you resize the TextEditor render area.
![image](https://private-user-images.githubusercontent.com/118757675/332104194-18f35e5f-75fc-483e-a639-d65f9b884866.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTU3MDAsIm5iZiI6MTczOTI5NTQwMCwicGF0aCI6Ii8xMTg3NTc2NzUvMzMyMTA0MTk0LTE4ZjM1ZTVmLTc1ZmMtNDgzZS1hNjM5LWQ2NWY5Yjg4NDg2Ni5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNzM2NDBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zNDA1MjYxMGFiNmMzZDgzYzcwZTJhYzBiZjcwM2RlMTliMzZjNzQxYmY2ZWJkOTE4MzM1NzM2MzJkOGJhMTAzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.jj5NJp-h7R5uK0jhHt5P-SXlxuGhuY32DAgPEFF9mXc)
The text was updated successfully, but these errors were encountered: