I have these wierd two vertical lines in VSCode editor window. What are they & how do you remove them?
https://www.diaryofacoder.com/screenshot.png
The following was in my settings.json
file that caused the problem:
"editor.rulers": [
72,50
],
Navigate to Tools –> Options –-> Text Editor–> General, and then you will find “Show structure guide lines” option is Checked.
How do I remove the indentation line in VSCode? Click on menu File → Preferences → Settings. Untick the box which says "Controls whether the editor should render indent guides". This removes the indent guides.
Remove the "editor.rulers": [140]
from editor settings as follows:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With