I’ve looked around settings to adjust this ruler, to no avail.
how can I adjust this?
I do see.
that takes me too,
but don’t see what to edit.
thanks in advance
I’ve looked around settings to adjust this ruler, to no avail.
how can I adjust this?
I do see.
but don’t see what to edit.
thanks in advance
I believe you need to change the editor.rulers array in line no:26.
For an example:
"editor.rulers":["80"]
It means that, the 80-character bound is a limit for characters of a single line in a piece of code.You can try to adjust the value to get suitable view.
(got this info from-> Do You Know About Rulers in Visual Studio Code? | by Codeguage | Level Up Coding)
Hey, thanks for the suggestion, but that setting doesn’t effect dart editors, the ruler line persists.
I’ve also tried adding,
“[dart]”: {
“editor.rulers”: ,
}
with no luck either, maybe that ruler is hard-coded somewhere in IDX?
the above does work in Visual Studio Code to remove the ruler in dart editors,
Can you make the changes in the Remote tab under Settings and see if that fixes it?
It’s likely that changing in User causes the value we set by default in Remote to be overridden.
ahh, yes , thanks,
manually editing the value in that file works.
Great to hear! We’ll see what we can do to make this more streamlined in the future.