Is it possible to set the breakpoint marker closer to line numbers?
When I enable glyph margin it is rendered way too far away. When I check VS Code, breakpoints are rendered much much closer.
In another words, how can I set the width of line-numbers and glyph margin?
[EDIT]
I have found lineNumbersWidth property, but it is readonly.
lineNumbersMinChars in the editor config might help you out here.
Thanks @microsoftsam was very helpful indeed!
Most helpful comment
lineNumbersMinChars in the editor config might help you out here.