Skip to content

Commit

Permalink
prettier?
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Feb 17, 2024
1 parent f2c5925 commit a80a03a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 51 deletions.
48 changes: 24 additions & 24 deletions .devcontainer/linux/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "ROV Linux",
"image": "ghcr.io/cwrurobotics/rov-24:iron",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/home/rov/.ssh,readonly",
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached",
"type=bind,source=/home/${localEnv:USER}/.gitconfig,target=/home/rov/.gitconfig,readonly"
],
"workspaceFolder": "/home/rov/rov-24",
"customizations": {
"vscode": {
"extensions": [
"ms-python.flake8",
"ms-azuretools.vscode-docker",
"streetsidesoftware.code-spell-checker",
"ms-python.python",
"ms-python.mypy-type-checker"
]
}
},
"privileged": true
}
"name": "ROV Linux",
"image": "ghcr.io/cwrurobotics/rov-24:iron",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"type=bind,source=/home/${localEnv:USER}/.ssh,target=/home/rov/.ssh,readonly",
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached",
"type=bind,source=/home/${localEnv:USER}/.gitconfig,target=/home/rov/.gitconfig,readonly"
],
"workspaceFolder": "/home/rov/rov-24",
"customizations": {
"vscode": {
"extensions": [
"ms-python.flake8",
"ms-azuretools.vscode-docker",
"streetsidesoftware.code-spell-checker",
"ms-python.python",
"ms-python.mypy-type-checker"
]
}
},
"privileged": true
}
24 changes: 0 additions & 24 deletions .devcontainer/linux_dev_environment/devcontainer.json

This file was deleted.

2 changes: 1 addition & 1 deletion .devcontainer/linux_test_environment/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
}
},
"privileged": true
}
}
2 changes: 1 addition & 1 deletion .devcontainer/macos/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
}
},
"privileged": true
}
}
2 changes: 1 addition & 1 deletion .devcontainer/windows/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
}
},
"privileged": true
}
}

0 comments on commit a80a03a

Please sign in to comment.