From b11d1be6ac3953f722f6d8875ad8470e36dd0c01 Mon Sep 17 00:00:00 2001 From: TiejunZhou <50469179+TiejunMS@users.noreply.github.com> Date: Fri, 21 Apr 2023 09:41:18 +0800 Subject: [PATCH] Update devcontainer to Ubuntu 22.04 (#253) --- .devcontainer/devcontainer.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3422d61a..9b4fdaf1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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"] } \ No newline at end of file