Thread with 2 posts
jump to expanded postPSA: Does your integrated terminal feel sluggish in #vscode ? Do you dream of responsive commands? Fear not! Just add the following piece of magic to your user settings JSON file:
"terminal.integrated.shellIntegration.enabled": false
Ahhh. Can you feel it too? No more ~500 ms delay after each command. Absolute zen.
Should be better in vscode 1.90.1, so you can reenable shell integration if you need it.