Skip to main content

Disabled Automatic script injection in VSCode

A recent update changed the behavior of VS Code’s integrated terminal: it now shows the completion UI every time I type. I found this annoying, so I looked into it and discovered the Automatic script injection feature in Shell Integration. Disabling terminal.integrated.shellIntegration.enabled (set it to false) fixed the issue.