stackbreak / comment-divider

Divide your code by sections with styled separators
https://marketplace.visualstudio.com/items?itemName=stackbreak.comment-divider
GNU General Public License v3.0
71 stars 19 forks source link

Subheader settings: Names of keys in documentation and implementation differ (subheader vs. subHeader) #18

Closed jpilkahn closed 4 years ago

jpilkahn commented 4 years ago

Preliminary note

<3 the extension.
Also, the source reads well.

Here's the bug

The 4 options pertaining to the subheader are documented in the README (and hence by proxy also in the in-app manual) as if "subheader" were two words. Here, the options are called subHeader<OptionName>, whereas the actual implementation is treating it as one word while parsing (i.e.looking for keys named subheader<OptionName>).

stackbreak commented 4 years ago

@jpilkahn, Thank you! Fixed.