From 004b383bd061df48521b1028d845841d3a757e6e Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Tue, 9 May 2023 12:50:25 +0200
Subject: [PATCH] chore: add GitHub Actions VS Code extension (#21350)

Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
---
 .devcontainer/devcontainer.json | 3 ++-
 .vscode/extensions.json         | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index ff52204e6e..6daf80c694 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -19,7 +19,8 @@
         "dbaeumer.vscode-eslint",
         "esbenp.prettier-vscode",
         "orta.vscode-jest",
-        "EditorConfig.editorconfig"
+        "editorconfig.editorconfig",
+        "github.vscode-github-actions"
       ]
     }
   },
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index e569c62d68..a45d022d1c 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -3,6 +3,7 @@
     "dbaeumer.vscode-eslint",
     "esbenp.prettier-vscode",
     "orta.vscode-jest",
-    "EditorConfig.editorconfig"
+    "editorconfig.editorconfig",
+    "github.vscode-github-actions"
   ]
 }
-- 
GitLab