You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just noticed that todohighlight.defaultStyle does NOT apply to the built-in types neither by default (when the built-ins are missing from the keywords list) nor when TODO: and FIXME: are explicitly specified within todohighlight.keywords.
However when using todohighlight.keywordsPattern the todohighlight.defaultStyle settings apply.
However when using todohighlight.keywordsPattern it (partially?) does. The partially part may be that the defaultStyle gets combined with the in-code defaults for the built-ins. (The "partially" part was a caching issue, when editing the settings and only applies within the settings file itself until it is reopened. Some settings apply immediately other don't. Probably defaults aren't re-applied until the view is refreshed I.E. the tab switched to something else and back)
Examples:
The text was updated successfully, but these errors were encountered:
agowa
changed the title
defautlStyle not applying to built-in "TODO:" and "FIXME:"
defautlStyle not applying to built-in "TODO:" and "FIXME:" without keywordsPattern
Feb 14, 2024
Hi, I just noticed that
todohighlight.defaultStyle
does NOT apply to the built-in types neither by default (when the built-ins are missing from the keywords list) nor whenTODO:
andFIXME:
are explicitly specified withintodohighlight.keywords
.However when using
todohighlight.keywordsPattern
thetodohighlight.defaultStyle
settings apply.However when using(The "partially" part was a caching issue, when editing the settings and only applies within the settings file itself until it is reopened. Some settings apply immediately other don't. Probably defaults aren't re-applied until the view is refreshed I.E. the tab switched to something else and back)todohighlight.keywordsPattern
it (partially?) does. The partially part may be that the defaultStyle gets combined with the in-code defaults for the built-ins.Examples:
The text was updated successfully, but these errors were encountered: