diff options
| author | TiejunZhou <[email protected]> | 2023-04-21 09:41:18 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-21 09:41:18 +0800 |
| commit | b11d1be6ac3953f722f6d8875ad8470e36dd0c01 (patch) | |
| tree | bcd2b5d4846e5f5ac23564c78f6f23f9da6535fd | |
| parent | 390c5ce1b7c2aa97f2a52caa61cabaf9bc0203e0 (diff) | |
Update devcontainer to Ubuntu 22.04 (#253)
| -rw-r--r-- | .devcontainer/devcontainer.json | 11 |
1 files changed, 10 insertions, 1 deletions
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 |
