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

Update devcontainer to Ubuntu 22.04 (#253)

This commit is contained in:
TiejunZhou 2023-04-21 09:41:18 +08:00 committed by GitHub
parent 390c5ce1b7
commit b11d1be6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,13 @@
{
"image": "tizho/azurertos-regression",
"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"]
}