mirror of
https://github.com/azure-rtos/filex.git
synced 2025-02-01 01:42:54 +08:00
13 lines
273 B
JSON
13 lines
273 B
JSON
|
{
|
||
|
"image": "ghcr.io/tiejunms/azure_rtos_docker",
|
||
|
|
||
|
// Add the IDs of extensions you want installed when the container is created.
|
||
|
"extensions": [
|
||
|
"ms-vscode.cpptools",
|
||
|
"ms-vscode.cmake-tools"
|
||
|
],
|
||
|
|
||
|
"remoteUser": "vscode",
|
||
|
|
||
|
"runArgs": [ "--cap-add=NET_ADMIN"]
|
||
|
}
|