eecs280staff / tutorials

Tools and tutorials
https://eecs280staff.github.io/tutorials/
Other
5 stars 4 forks source link

VS Code sanity checks #93

Closed awdeorio closed 1 year ago

awdeorio commented 1 year ago

We might save some headaches for students by adding a few prerequisites to the VS Code tutorial. In my experience, these would apply in particular to students who've used VS Code before but something changed on their machine.

macOS make sure you have a the XCode tools installed and link to instructions.

$ g++ --version
$ lldb --version

Linux / WSL make sure you have g++ and gdb installed and link to instructions for installing

$ g++ --version
$ gdb --version