From 95a07bd5a370d79bd410e03f60bb6118465f4e27 Mon Sep 17 00:00:00 2001 From: Viginum-DataScientist-6 <210390336+Viginum-DataScientist-6@users.noreply.github.com> Date: Wed, 30 Jul 2025 09:49:41 +0000 Subject: [PATCH] feat(devcontainer): add github.vscode-github-actions extension --- .devcontainer/devcontainer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3b49c12..8f4c736 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,6 +4,13 @@ "name": "Python 3", "dockerFile": "./Dockerfile", "context": "..", + "customizations": { + "vscode": { + "extensions": [ + "github.vscode-github-actions" + ] + } + }, // Features to add to the dev container. More info: https://containers.dev/features. // "features": {} } \ No newline at end of file