This extension amis to simplify the development of C4ev3-based projects using Visual Studio Code.
- include latest c4ev3 library
- command to invoke gcc and ev3duder
- command to create a new project
- remove all hardcoded values
- automatically discover gcc path
- automatically discover ev3duder
- C++ support
- add instructions in README
- publish extension
Use the command createNewProject
.
Use the command buildUpload
to upload the program to the robot or use buildUploadRun
to upload and run the program.