Jack Bracey
Jack Bracey

Reputation: 61

The visual studio code terminal highlights in light blue after windows 10 update

The issue is that my terminal in vs code highlights in a horrible light blue. This happened after my Windows 10 machine updated.

I have already tried setting the terminal colours in the settings, I've changed the command line, tried cmd and powershell, and they both highlight. I've also disabled all of my plugins.

Upvotes: 3

Views: 4124

Answers (2)

John F
John F

Reputation: 1

I still have this issue as of VS Code Version 1.34.0 I'm modifying settings (while using a Dark Theme) as a workaround

{
    'workbench.colorCustomizations': {
        'terminal.ansiBlue': "#191919"
    }
}

I do not understand the need to re-assign ansi-colours :( , but it works for me.

Upvotes: 0

Jack Bracey
Jack Bracey

Reputation: 61

To help people in the future, I found that it was most likely to do with a windows update, it was for some reason linked to the background colour of my command prompt, so I set that to black and it no longer highlights as seen in the image.

Hope this helps people in the future.

Upvotes: 3

Related Questions