Does fleet have a virtual space option like Intell...
# fleet
a
Does fleet have a virtual space option like Intellij? 🤔 I like to enable the 'Show virtual space at the bottom of the file' option on Intellij but haven't seen a comparable setting (I might have missed it) for fleet
i
Consider setting
"editor.overscrollKind": "Full"
in
~/.fleet/settings.json
a
This worked! Thank you!