How to reduce left margin [duplicate]
Clash Royale CLAN TAG#URR8PPP
How to reduce left margin [duplicate]
This question already has an answer here:
I'd like to reduce the left margin in VSC.
I'm asking about this margin (see image)
My current settings (related to this question) are:
"editor.glyphMargin": true
"editor.lineNumbers": "off"
Thanks
EDIT: The image has no spaces/tabs before the lines of text. All that space (except the small glyphMargin for breakpoints red dots) is the margin I want to reduce.
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1 Answer
1
User 'jps' us right. The solution can be found in:
Is there a way to make vscode line number field smaller width?
I had searched about "margin", but that space is reserved for "folding".
The solution to my problem was to add the setting:
"editor.folding": false
Thanks to jps