1
0
mirror of https://github.com/azure-rtos/threadx synced 2025-01-16 07:42:57 +08:00
threadx/.devcontainer/devcontainer.json

13 lines
273 B
JSON
Raw Normal View History

2023-04-03 07:24:52 +00:00
{
"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",
2023-04-03 07:24:52 +00:00
"runArgs": [ "--cap-add=NET_ADMIN"]
}