An option comment-divider.languagesLengthMap should precise the line length for a particular language:
"comment-divider.languagesLengthMap": {
"toml": 80,
"scss": 120
}
This option should have the priority over the comment-divider.length option.
If a language is not present in the new option comment-divider.languagesLengthMap, then the default given by comment-divider.length is applied.
An option
comment-divider.languagesLengthMapshould precise the line length for a particular language:This option should have the priority over the
comment-divider.lengthoption.If a language is not present in the new option
comment-divider.languagesLengthMap, then the default given bycomment-divider.lengthis applied.