I have tried all of the following:
- reinstalled vscode
- Cleared all roaming cache
- removed all extensions
- updated these settings.json
{
"terminal.integrated.defaultProfile.windows": "GitBash",
"terminal.integrated.rendererType": "auto",
"terminal.integrated.allowChords": false,
"terminal.integrated.drawBoldTextInBrightColors": false,
"terminal.integrated.experimentalLinkProvider": false,
"terminal.integrated.gpuAcceleration": "off",
}
When ever I press ENTER in the terminal it takes nearly 5 seconds to return to the command prompt.
I think this problem began when I had docker running in the background and there was some lag and I hit ENTER several times to put space between my last failed test. Now its always taking so long. I am using gitbash as my terminal. Windows powershell is fine but I don’t want to use that. Git bash terminal outside of vscode is fast.
Why is vscode using gitbash as the terminal suddenly really slow?