Visual Studio Code – Unexpected ANSI escape codes on VS Code integrated terminal
My visual studio code integrated terminal is showing some escaped ANSI codes on every command line: x1b7x1b[38x3b2x3b122x3b122x3b122m ❮ x1b[0mx1b[38x3b2x3b159x3b211x3b86m Those are the current settings related to the terminal: "terminal.integrated.fontSize": 12, "terminal.integrated.cursorStyle": "line", "terminal.integrated.defaultProfile.windows": "PowerShell", "terminal.integrated.enableImages": true, "terminal.integrated.persistentSessionReviveProcess": "never" I also…