Changes
- Remembers window position and size. NOTE: Doesn't still remember the sidebar width though. I'm working on that.
- Add configuration option
terminalRenderer: "canvas" | "webgl"
.2.8.0
madeWebGL
as default renderer for terminal which seems to have caused some problems. Now the default renderer is back tocanvas
and folks who didn't have problem with terminals in2.8.0
can useterminalRenderer: "webgl"
inconfig.json
file.