pantry/.devcontainer/devcontainer.json
Jacob Heider 0261e3d5a5
better devContainers (#2290)
* let's improve the devContainer

* add some docs
2023-06-25 13:47:21 -04:00

4 lines
78 B
JSON

{
"postAttachCommand": "sh <(curl https://tea.xyz) --yes && exec bash -i"
}