summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
blob: be682b50732cbafce28de41be6964d605561b22c (plain)
1
2
3
4
5
6
{
  "image": "mcr.microsoft.com/devcontainers/universal:2",
  "features": {
    "postCreateCommand": "curl -sSL https://install.python-poetry.org | python3 -"
  }
}