Answer the question
In order to leave comments, you need to log in
VSCode slows down while working with a small project. What can help?
VSCode slows down while working with a medium-sized legacy project
(after each keystroke it hangs for a split second) I
use SSD for ide and project, 8GB of RAM.
How can the cause be diagnosed? What can help?
My hypothesis is that in the Vue project with quasar, typescript compilation is incorrectly configured (Hot Reloading takes 3-5 seconds)
But how to find a bottleneck?
Answer the question
In order to leave comments, you need to log in
Try pressing Ctrl+Shift+I (Option+Command+I), the standard chrome devtools will open, and look in the "Console" tab, maybe there are errors, leave the console open, and try to do those actions in VSCode that slow down. You can also try disabling extensions, and enable one at a time until the brakes start.
But such brakes are not the norm.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question