VScode 给随机线条添加一些颜色
VScode add some color to ramdom lines
我是 VSCode 的新手,有一点让我很恼火:它向某些代码块添加了随机颜色。我还没弄明白为什么:没有指令块(比如 { 和 } 之间)或错误,或任何我能理解的东西。
我只想让它们消失。我怎样才能做到这一点?
您可以通过以下方式在 VS 中禁用 configuration editing
或其他导致此问题的扩展:
Open your Extensions.
- On the top right, click the three dots forming a horizontal line.
- Input "@builtin" in the search box.
我是 VSCode 的新手,有一点让我很恼火:它向某些代码块添加了随机颜色。我还没弄明白为什么:没有指令块(比如 { 和 } 之间)或错误,或任何我能理解的东西。
我只想让它们消失。我怎样才能做到这一点?
您可以通过以下方式在 VS 中禁用 configuration editing
或其他导致此问题的扩展:
Open your Extensions.
- On the top right, click the three dots forming a horizontal line.
- Input "@builtin" in the search box.