AnubisLMS / IDE

Anubis IDE build configurations
https://about.anubis-lms.io
MIT License
1 stars 2 forks source link

ADD a text editor to theia-base. #4

Closed PIG208 closed 1 year ago

PIG208 commented 1 year ago

This adds a text editor so that "git commit" works. I prefer vim but students might not know how to exit it, so I ended up adding nano (and vim takes longer to install if that matters).

Using the code editor UI for committing is always an option, but students inevitably need to work with the terminal anyway.

Signed-off-by: Zixuan James Li p359101898@gmail.com

wabscale commented 1 year ago

Good stuff. Im going to rebase