31 lines
931 B
JSON
31 lines
931 B
JSON
{
|
|
"name": "Hi3516_DEV",
|
|
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
|
// "image": "localhost/arm-himix200-linux",
|
|
"build" : {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
|
|
// Features to add to the dev container. More info: https://containers.dev/features.
|
|
// "features": {},
|
|
|
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
|
// "appPort": [ "7897:7897" ],
|
|
|
|
// Use 'postCreateCommand' to run commands after the container is created.
|
|
// "postCreateCommand": "sh ../toolchains/arm-himix200-linux.install",
|
|
|
|
// Configure tool-specific properties.
|
|
"customizations": {
|
|
"vscode": {
|
|
"setting": {},
|
|
"extensions": [
|
|
"tboox.xmake-vscode"
|
|
]
|
|
}
|
|
}
|
|
|
|
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
|
// "remoteUser": "root"
|
|
}
|