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:

In the VSCode Terminal this is my prompt:
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?
