-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Text selection is very slow #19982
Comments
@mosajjal maybe you could run a CPU profile to see where most time is spend? To create a CPU profile using developer tools in VS Code:
|
I did for 4-5 times. Here's the CPU profile |
looks like |
@mosajjal Indeed, most of the time is spent in Does the issue still occur when you launch VS Code w/ extensions disabled? From the command line: |
yes. It got fixed after disabling extensions. I'll disable these extensions one by one to find the "rouge" one and will open issue in the extension's repository. thanks, you can go ahead and close this one if you want. Or I can provide more feedback about which extension caused the hiccup. |
ok I found the extension. It's the "Guides" which helps with python indentation. |
Thank you for tracking it down. The best would be to let the extension author know about the perf issue in large files. |
VSCode Version:
Version 1.9.0
Commit 27240e7
Date 2017-02-02T08:21:13.228Z
Shell 1.4.6
Renderer 53.0.2785.143
Node 6.5.0
OS Version:
Arch Linux, 4.4.42-1-lts
Steps to Reproduce:
I wonder it has something to do with the "selected word count" function being called each time a word is selected, which is shown in statusbar.
The text was updated successfully, but these errors were encountered: