|
|
|
|
|
by beermonster
1728 days ago
|
|
They already use terminal tools to do their dev so this is about keeping within that environment to avoid unnecessary tools or context switching. It’s always good to avoid this even if you primarily use GUI tools e.g. using plugins so you don’t need to leave VSCode for instance. |
|
VSCode by definition of being Electron based has the whole power of HTML 5 and CSS at plugins disposition.
Those terminal emulations are running on top of WebGL and canvas, while emulating a 1980's VT100 terminal.