Add build script and devcontainer configurations for VIO development
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "VIO Dev Container",
|
||||
"dockerComposeFile": [
|
||||
"vio.yaml"
|
||||
],
|
||||
"service": "vio-dev",
|
||||
"runServices": [
|
||||
"vio-dev"
|
||||
],
|
||||
"workspaceFolder": "/workspace",
|
||||
"mounts": [
|
||||
"source=${localWorkspaceFolder},target=/workspace,type=bind",
|
||||
"source=/mnt/d/dataset,target=/dataset,type=bind"
|
||||
],
|
||||
"shutdownAction": "none",
|
||||
|
||||
"containerEnv": {
|
||||
"http_proxy": "http://host.docker.internal:7897",
|
||||
"https_proxy": "http://host.docker.internal:7897",
|
||||
"no_proxy": "localhost,127.0.0.1"
|
||||
},
|
||||
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-python.python",
|
||||
"llvm-vs-code-extensions.vscode-clangd",
|
||||
"twxs.cmake"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"remoteUser": "root"
|
||||
}
|
||||
Reference in New Issue
Block a user