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
Currently there's no way to make editor.wordWrapColumn visible (except using the workaround of defining editor.rulers to contain the same value of editor.wordWrapColumn).
I'd like to propose a neweditor.wordWrapRuler setting, which would control whether the a vertical line should be drawn at editor.wordWrapColumn, similar to those drawn by editor.rulers.
The allowed values could be similar to those for editor.wordWrap:
'off' (never show the ruler),
'on' (always show the ruler),
'wordWrap' (show the ruler whenever editor.wordWrap is "on").
The text was updated successfully, but these errors were encountered:
This feature request will not be considered in the next 6-12 months roadmap and as such will be closed to keep the number of issues we have to maintain actionable. Thanks for understanding and happy coding!
@rebornix is there a process for reopening issues like these? For example, is it acceptable if I submit it again (or request reopening here) after 12 months?
Currently there's no way to make
editor.wordWrapColumn
visible (except using the workaround of definingeditor.rulers
to contain the same value ofeditor.wordWrapColumn
).I'd like to propose a new
editor.wordWrapRuler
setting, which would control whether the a vertical line should be drawn ateditor.wordWrapColumn
, similar to those drawn byeditor.rulers
.The allowed values could be similar to those for
editor.wordWrap
:editor.wordWrap
is "on").The text was updated successfully, but these errors were encountered: