-
Notifications
You must be signed in to change notification settings - Fork 3
Developing on Windows with VSCode
Ajay Ramachandran edited this page Jan 23, 2021
·
5 revisions
If you want linting and error detection, you can use VSCode remote debugging. To compile in the command line, see here.
VSCode supports remote debugging with WSL. First, install WSL.
- Install the Remote - WSL extension.
- Click the bottom left and select "Reopen folder in WSL".
Note: This can also be done with a real linux machine, such as a Raspberry Pi over SSH
- Install CMake Tools Extension
To setup CMake kits for different environement configurations, see this document.
Note: Remote WSL is like a new VSCode environment. You will have to reinstall most extensions.
If git is not working, check out this comment.
- Getting started
- Environment Variables
- Compiling the SBG Library on Linux\Unix\WSL
- Developing on Windows with VSCode
- Set Environment Variable In Vscode With The Cmake Plugin
- Creating Unit Tests
- Cross compiling for the Raspberry Pi
- Info and Error Logging in the Rocket Code
- Send Folder via SSH
Configuration:
Raspberry Pi Setup:
- Add a new wifi network on the Raspberry Pi
- Connect to Raspberry Pi via SSH
- Important Notes About Setting Up Raspberry Pi
- Running Emulation of Raspberry Pi
Logging Format: