In this code lab you will explore the visual studio code command pallete. Practice creating a new robot project and building it.
Practice using the following commands:
- Create a new robot project and explore the different settings available.
- Once the robot project has been created, practice building the project and verify that the project is able to build correctly.
- Practice opening a WPILib tool like SysID or SmartDashboard
Practice using the explorer menu through the following:
- Create a new folder in your robot project titled
docs - Create a new file inside your
docsfolder titledREADME.md - Using markdown create a simple document which describes the robot project you created. It must include:
- Headers
- Links
- Code blocks
Practice using the source control panel in a future section!
Using the extensions feature of Visual Studio Code, install a syntax and file icon theme you enjoy!