How do you remove shell integration from VisualStudio code?

190 Views Asked by At

I am on MacOS. I use zsh + oh-my-zsh + starship.

The VisualStudio code shell integration scripts have taken over completely and I fear are on the verge of destroying the human race.

In my iTerm2 this is an example of what my prompt looks like: The prompt I want

In the VSCode Terminal this is my prompt:

The prompt I get

In my VSCode settings I have the following set

"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.integrated.shellIntegration.enabled": false,
"terminal.integrated.shellIntegration.decorationsEnabled": "never",

I even found the shell integration scripts and commented them out completely, yet the prompt never returns back to what I want it to be.

How do I completely and forever disable the VSCode shell prompt injection?

0

There are 0 best solutions below