Skip to content

Commit

Permalink
added hidden folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshansGithub committed Mar 27, 2024
1 parent 1429331 commit 030d914
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/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"]
}
}
}

0 comments on commit 030d914

Please sign in to comment.