mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-10-14 03:10:17 +08:00
Update devcontainer to Ubuntu 22.04 (#253)
This commit is contained in:
@@ -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"]
|
||||
}
|
Reference in New Issue
Block a user