Closed as not planned
Description
In my case the cause of the slow IntelliSense was the addition of
"svelte-google-materialdesign-icons": "^0.8.3"
this exports all of its components for the icons and makes autocomplete very slow to load. I am also usingsvelte-fa
for fontawesome icons that we are using. I guess for now I will settle on one of these which is the more sensible choice anyway.
I have included a CPU profile of how long it takes to load with this package added: CPU-20240101T203600.cpuprofile
Here is the profiler with
svelte-google-materialdesign-icons
removed: CPU-20240101T204056-after.cpuprofile
Profiles were taken on 108.1.0 of the extension and the following vscode version:
code-insiders --version
1.86.0-insider
9621add46007f7a1ab37d1fce9bcdcecca62aeb0
arm64
Originally posted by @MiraiSubject in #1984 (comment)