I use Vs code for my coding.However I am getting weird lines in my code. Happens only when I am editing a .c file and not with .py file. Does anyone know a quick fix for this? Thanks.
Asked
Active
Viewed 66 times
1

eyah
- 111
- 1
- 8
-
1Those lines are to show you where each coding block is. – ewokx Feb 16 '22 at 05:28
-
@ewong how do i remove them? – eyah Feb 16 '22 at 05:37
-
1search settings for `bracket`, VSC now includes a rewrite of `Bracket Pair Colorizer` – rioV8 Feb 16 '22 at 05:45