Closed jrappen closed 4 years ago
Make clear that solid can be added:
solid
// hidden "indent_guide_options": [],
// normal "indent_guide_options": ["draw_normal"],
// active "indent_guide_options": ["draw_active"],
// solid hidden (doesn't make sense to set it this way) "indent_guide_options": ["solid"],
// solid normal "indent_guide_options": ["draw_normal", "solid"],
// solid active "indent_guide_options": ["draw_active", "solid"],
compare sublimehq/sublime_text#2126
I think this should be fixed upstream, since the original setting is much more likely to be seen by users than our popup. We would only be covering up this oversight in one specific instance (and our completions).
Make clear that
solid
can be added:compare sublimehq/sublime_text#2126