initial commit
This commit is contained in:
14
.devcontainer/devcontainer.json
Normal file
14
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "ft_analytics",
|
||||
"image": "ft_analytics:latest",
|
||||
"workspaceFolder": "/workspaces/can_viewer",
|
||||
"runArgs": [
|
||||
"--net=host",
|
||||
"--privileged"
|
||||
],
|
||||
"settings": {},
|
||||
"extensions": [
|
||||
"ms-iot.vscode-ros",
|
||||
"ms-python.python"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user