Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Jarret Shook 01de8522c7
Small change to dev container setup. (#3686)
Updates it to work with the newer vs code releases, and in addition, adds --priviledged to allow debugging SOS under the devcontainer.

Note: for arm64 macs, running x64 container images can be run with:

devcontainer.json:
	"runArgs": ["--platform=linux/amd64" ]

and `FROM --platform=linux/amd64 `
in the dockerfile
2023-02-25 10:13:26 -08:00
John Salem f0c0170c7a
Add devcontainer infra to diagnostics repo (#2986) 2022-05-11 10:35:41 -07:00