B
B
bormor2019-09-29 19:44:06
typescript
bormor, 2019-09-29 19:44:06

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

2 answer(s)
V
Vladimir Proskurin, 2019-09-29
@Vlad_IT

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.

G
grinat, 2019-09-29
@grinat

Vscode is written in electron (there is a normal browser), what do you want from it? Switch to web storm and everything will be ok.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question