For the beginning and end of programming 1 course
First off, I'd like to praise you on choosing the vscode path as it is a really slick editor, and...to go straight to the point, I shall now hold your hand to weild this butter knife
- clone this repository
- Install vscode
- Open the .workspace file in this folder with vscode
- Install markdown preview all in one - one of the recommended workspace extensions (Optional - just to allow for notetaking in md and reading this file in vscode)
- Install the recommended extensions
- Follow the setup.md section corresponding to your os to get
gdb
andgcc
installed - For
c++
, you'll needg++
too...but that should be covered in the setup - after that, you're all set.
- Test by opening one of the valid c files in this repo hint: open this or that
- on opening, run:
ctrl+p
(ctrl poppa) then>
then typebuild
ortasks
and selectrun default build task
, or follow the guide in setup.md
Alternatively, you could run: ctr+shift+p
then tasks
and select build
Or even quicker: ctr+shift+B
Don't you love vscode?
Congrats, and make sure to stay awesome! Btw: You can delete everything but the .workspace file.