.devcontainer.json 287 Bytes
Newer Older
1
2
{
	"image": "simbricks/simbricks-build:latest",
3
	"runArgs": [
4
		"--device=/dev/kvm"
5
	],
6
7
8
9
10
11
12
13
14
15
	"customizations": {
		"vscode": {
			"extensions": [
				"ms-python.python",
				"ms-vscode.cpptools",
				"mshr-h.veriloghdl",
				"surfer-project.surfer"
			]
		}
	},
16
17
	"remoteUser": "simbricks"
}