When I use tab space in VSCode it remains a vertical line for each tab as in picture below. How can I remove them?
When I use tab space in VSCode it remains a vertical line for each tab as in picture below. How can I remove them?
The Editor > Guides: Indentation setting controls whether or not those lines are rendered. Just uncheck that box and you should stop seeing them.
It's the bottom box in this image
Update based on comments: I don't think the editor can selectively render some indent guides while hiding the rest, all 'TAB SPACES' before text count as indentation to it. If you're only doing this with comments for some visual reason, you can simply start the comment early and put the spaces later like so:
VS Code has options to hide/show indent guides. Steps to configure are as below.

You can also choose to hide or show Editor › Guides: Highlight Active Indentation