Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshansGithub committed Mar 31, 2024
1 parent 458ba88 commit dff90e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "WPILib 2024 Development",

"image": "wpilib/roborio-cross-ubuntu",

"settings": {
"terminal.integrated.shell.linux":"/bin/bash"
},

"workspaceMount": "source=${localWorkspaceFolder},target=/root/workspace,type=bind,consistency=cached",
"workspaceFolder": "/root/workspace",

"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind" ],
"build": { "dockerfile": "Dockerfile" },

"postCreateCommand": "cd /opt && wget 'https://github.com/wpilibsuite/vscode-wpilib/releases/download/v2024.2.1/vscode-wpilib-2024.2.1.vsix'",
"features": {
Expand Down

0 comments on commit dff90e9

Please sign in to comment.