From 9b88897cdb0d304e1b60480d7f888641ee1637b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Mon, 25 Nov 2024 10:47:19 +0000 Subject: [PATCH] Install GitHub Actions extension in dev container --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cee31f1..c3780ed 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,10 @@ "image": "registry.opensuse.org/documentation/containers/15.6/opensuse-daps-toolchain:latest", "customizations": { "vscode": { - "extensions": ["asciidoctor.asciidoctor-vscode"] + "extensions": [ + "asciidoctor.asciidoctor-vscode", + "github.vscode-github-actions" + ] } } } \ No newline at end of file