# VS Code setup for TapeMeasure

### <span style="color: rgb(53, 152, 219);">Linux</span>

#### <span style="color: rgb(53, 152, 219);">Ubuntu</span>

1. First thing your going to want to do is **download the .deb** to the [VS Code download site](https://code.visualstudio.com/download). If you download the the .rpm file you will need to follow another guide.
2. Once the file has finished downloading you will want to **open up your files software and navigate to your downloads folder** or whenever you have set your browser to download.
3. Right click and then **Open in terminal.**
4. **Press Tab and Enter:** ```bash
    sudo apt inatall ./code
    ```
5. Once the install has finished you will want to open up VS Code and then **Open folder** and you will want to find your Spot-SDK folder or workspace folder.

### <span style="color: rgb(53, 152, 219);">Windows</span>

#### <span style="color: rgb(53, 152, 219);">Windows 10/11</span>

1. First thing your going to want to do is download the windows installer to the [VS Code download site](https://code.visualstudio.com/download).
2. Once the file has finished downloading you will want to run the installer.
3. Once the install has finished you will want to open up VS Code and then **Open folder** and you will want to find your Spot-SDK folder or workspace folder.