Bullet Number Settings
NEW!! Release 2.12.0 and above.
You can set the types of bullet numbers displayed in the toolbar.
Bullet Number Settings
Use editor.list.numberedListItems to set the types of bullet numbers displayed in the toolbar.
// synapeditor.config.js
{
'editor.list.numberedListItems': [
'decimal', 'decimalEnclosedCircle', 'decimalParentheses',
'upperLetter', 'lowerLetter',
'upperRoman', 'lowerRoman',
'ganada', 'chosung'
]
}