diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 64a0c62..77aeb22 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,5 +23,5 @@ "java": "17" }, "postCreateCommand": "mkdir -p /home/vscode/.vscode-remote/extensions && cd /home/vscode && curl -L -o .vscode-remote/extensions/vscode-wpilib-2024.3.2.vsix https://github.com/wpilibsuite/vscode-wpilib/releases/download/v2024.3.2/vscode-wpilib-2024.3.2.vsix", - "postAttachCommand": "code --install-extension /home/vscode/.vscode-remote/extensions/vscode-wpilib-2024.3.2.vsix && git remote add origin https://github.com/SciBorgs/SciGuidesRobotBase && git fetch" + "postAttachCommand": "code --install-extension /home/vscode/.vscode-remote/extensions/vscode-wpilib-2024.3.2.vsix" } \ No newline at end of file diff --git a/README.md b/README.md index 28abc0e..a6cfb27 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # SciGuides Robot Base -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?template_repository=SciBorgs/SciGuidesRobotBase) - This is the base repository used for projects in [SciGuides](https://github.com/SciBorgs/SciGuides). It is based on [Hydrogen](https://github.com/SciBorgs/Hydrogen), the base repository for the SciBorgs. This repository is a *template*. To create your own repo from this template (i.e. for a SciGuides project), follow [these instructions](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template#creating-a-repository-from-a-template). + +## Codespaces + +You can work on your robot code using github codespaces! This will allow you to develop and contribute from any computer, without worrying about installing anything. + +To create a new codespace, press on the arrow below the green `Code` button and open the Codespaces tab. Then press `Create codespace on main`. + +Between uses, make sure to stop your codespace! Open the Codespaces tab again, press the three dots next to your codespace, and press `stop codespace`. Then, when you want to use it again, just click on the codespace and it'll reopen!