You need to change 2 settings in settings.json:
"dart.lineLength": 150,
"[dart]": {
"editor.rulers": [
150
],
}
If you do not change the second one, you’ll still see the vertical “ruler” at 80 chars width.
You need to change 2 settings in settings.json:
"dart.lineLength": 150,
"[dart]": {
"editor.rulers": [
150
],
}
If you do not change the second one, you’ll still see the vertical “ruler” at 80 chars width.