From 4448105ef597364c67908413a6e6044cdcf25fbd Mon Sep 17 00:00:00 2001 From: Hauke D Date: Sat, 21 Sep 2024 10:23:50 +0200 Subject: [PATCH] Try using new Perl devcontainer feature --- .devcontainer/devcontainer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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": {} + } +}