We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390c5ce commit b11d1beCopy full SHA for b11d1be
1 file changed
.devcontainer/devcontainer.json
@@ -1,4 +1,13 @@
1
{
2
- "image": "tizho/azurertos-regression",
+ "image": "ghcr.io/tiejunms/azure_rtos_docker",
3
+
4
+ // Add the IDs of extensions you want installed when the container is created.
5
+ "extensions": [
6
+ "ms-vscode.cpptools",
7
+ "ms-vscode.cmake-tools"
8
+ ],
9
10
+ "remoteUser": "vscode",
11
12
"runArgs": [ "--cap-add=NET_ADMIN"]
13
}
0 commit comments