-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
vscode: 1.33.0
cpp: 0.22.1
windows 10
First off, the new version builds lots of these ipch files everytime I open vscode, is this normal ? because it doesn't delete them and it consumes disk space pretty fast.
Also, it really bothers us when working with large files:
the intellisense becomes dead-slow when you are writing code, because the extension seems to be rebuilding the database on every modification (the fire icon keep appearing) and it may take about 10..15 seconds to build it for some files. so essentially we have no intellisense when writing code!
I don't know what happens under the hood, but one suggestion would be to keep the current database and use it while the new one is being built.
EDIT: I have noticed that when we start vscode and start typing into a large file, intellisense update process (fire icon) is much faster. Working in vscode for some time, slows it down considerably.
Thank you!