Skip to content

Commit

Permalink
Create devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sigalrmp authored Dec 9, 2024
1 parent 1a7a07b commit 80a3710
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"postCreateCommand": "cd /opt && wget 'https://github.com/wpilibsuite/vscode-wpilib/releases/download/v2024.3.2/vscode-wpilib-2024.3.2.vsix'",
"features": {
},
"customizations": {
"vscode": {
"extensions": ["/opt/vscode-wpilib-2024.3.2.vsix","vscjava.vscode-java-pack","vscjava.vscode-gradle", "redhat.java", "vscjava.vscode-java-debug", "vscjava.vscode-java-dependency", "ms-vscode.cpptools"]
}
}
}

0 comments on commit 80a3710

Please sign in to comment.