codespace
codespace copied to clipboard
Right now my students have to manually install doxygen each time we use it (it doesn't persist in the image). It's fast to install and takes only a little memory,...
Re https://github.com/cs50/codespace/issues/42.
Added in "editor.mouseWheelZoom": true, so students with visual impairments can easily change the font size by just scrolling the wheel. Also fixed 2 settings that have changes from "false" to...
added tmux to be pre-installed
## TODOs - [ ] Remove backspaces from `txt`, as via `col -b` or `sed` - [ ] Handle ctl-A and ctl-E - [ ] Hide `[1] Done...` messages when...
Right now, whenever a Codespace is rebuilt, it overwrites .gitignore. I have my students run a script that adds back in the files I want saved in their repo (images...
In cs50.dev the GUI button on the CS50 menu used to open a GUI window. It no longer seems to work (but this is the first time I've looked at...