diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..3d234e0 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,18 @@ +{ + "image": "wpilib/roborio-cross-ubuntu:2025-24.04", + "features": { + "ghcr.io/devcontainers/features/java:1": { + "version": "21", + "installGradle": true, + "installMaven": true + } + }, + "customizations": { + "vscode": { + "extensions": [ + "wpilibsuite.vscode-wpilib", + "vscjava.vscode-java-pack" + ] + } + } +}