Visual Studio Code – Windows VS Code terminal takes about 5 seconds to return to command prompt after pressing Enter
I have tried all of the following: Reinstalled VS Code 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", } Whenever I press Enter in the…