Monaco-editor: Breakpoint marker

Created on 4 Nov 2016  路  2Comments  路  Source: microsoft/monaco-editor

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.

Most helpful comment

lineNumbersMinChars in the editor config might help you out here.

All 2 comments

lineNumbersMinChars in the editor config might help you out here.

Thanks @microsoftsam was very helpful indeed!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

akosyakov picture akosyakov  路  3Comments

ststeiger picture ststeiger  路  3Comments

fabiospampinato picture fabiospampinato  路  3Comments

aarinsmith picture aarinsmith  路  3Comments

poloten4uk picture poloten4uk  路  3Comments