Skip to content

Instantly share code, notes, and snippets.

@maestrow
Created April 27, 2021 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maestrow/dfb49bb4cdcf961e4aece72d0c3620b1 to your computer and use it in GitHub Desktop.
Save maestrow/dfb49bb4cdcf961e4aece72d0c3620b1 to your computer and use it in GitHub Desktop.
VSCode: Integrated terminal very slow

VSCode: Integrated terminal very slow

Solution: Change the following settings:

"terminal.integrated.allowChords": false,
"terminal.integrated.drawBoldTextInBrightColors": false,
"terminal.integrated.experimentalLinkProvider": false,
"terminal.integrated.rendererType": "auto"

Source: microsoft/vscode#108590 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment