vscode slow startup #1812
Unanswered
SilemNabib
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Have you tried |
Beta Was this translation helpful? Give feedback.
2 replies
-
@SilemNabib and if you don't want to write it like this all the the time , you can go with {
"enable-crash-reporter": true,
"crash-reporter-id": "xxxxxxxxxxxxxxxxxxxxxxxx",
"disable-hardware-acceleration": true, // add this here
"password-store": "basic"
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm experiencing an issue where VS Code takes around 30 seconds to launch. This delay occurs consistently whether I start it from the terminal using the code command or by clicking the desktop icon. No other applications on my system exhibit this behaviorβonly VS Code.
I'm not sure if this is relevant, but when launching code from the terminal, I encounter the following warnings:
Beta Was this translation helpful? Give feedback.
All reactions