summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorBo Chen <[email protected]>2023-11-30 10:16:04 +0800
committerGitHub <[email protected]>2023-11-30 10:16:04 +0800
commit9c9cddd2ff3aceec36f9340311bc5652efbbec2f (patch)
treef79c4f83a45598cf2530d78fb67feaa0db41884d /.devcontainer/devcontainer.json
parent837b032b9c773ea32f78dfa6339a76f2df3568fb (diff)
parentc505fcd28b818f95f38d82f040263738e555eae6 (diff)
Merge pull request #209 from wenhui-xie/master
Add NetXDuo regression test.
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
new file mode 100644
index 00000000..9b4fdaf1
--- /dev/null
+++ b/.devcontainer/devcontainer.json
@@ -0,0 +1,13 @@
+{
+ "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