.devcontainer.json 319 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
{
	"image": "simbricks/simbricks-build:latest",
	"mounts": [
		"source=/dev/kvm,target=/dev/kvm,type=bind"
	],
	"postCreateCommand": "apt-get update && apt-get install python3-yapf && git config --global --add safe.directory /workspaces/simbricks",
	"extensions": [
		"ms-python.python",
		"Gruntfuggly.todo-tree"
	],
}