On Ubuntu 25.10 the rendering in the embedded terminal is broken. Broken in this case for example means, that the bounds of the terminal are not correctly considered ...
I'd like to be able to visually tell if a variable is read-only (final, or effective final), or mutable (because it gets assigned to), similar to how other IDEs support this. Motivation being that it ...