Home > Net >  VScode add some color to ramdom lines
VScode add some color to ramdom lines

Time:02-23

I'm very new to VSCode, and the experience has been annoying for one thing: it adds random colors to some blocks of the code. I have not figured out why: there is no block of instructions (like between { and }) or errors, or anything I could make sense of.

I just want them to disappear. How can I achieve this?

enter image description here

CodePudding user response:

You can disable the configuration editing or other extensions cause this issue in VS by :

Open your Extensions.
- On the top right, click the three dots forming a horizontal line.
- Input "@builtin" in the search box.
  • Related