summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
blob: 9b4fdaf150ef11a2a5b07332c35c28c1cb6649ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"]
}