Skip to content

Commit

Permalink
Try using new Perl devcontainer feature
Browse files Browse the repository at this point in the history
  • Loading branch information
haukex authored Sep 21, 2024
1 parent 60d02bd commit 4448105
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// https://aka.ms/devcontainer.json
{
"postCreateCommand": ".devcontainer/initialize.sh"
}
"features": {
// https://github.com/haukex/devcontainer-features
"ghcr.io/haukex/devcontainer-features/perl:1": {}
}
}

0 comments on commit 4448105

Please sign in to comment.