diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 466ead7..5116937 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,7 @@ // https://aka.ms/devcontainer.json { - "postCreateCommand": ".devcontainer/initialize.sh" -} \ No newline at end of file + "features": { + // https://github.com/haukex/devcontainer-features + "ghcr.io/haukex/devcontainer-features/perl:1": {} + } +}