From 4fc52dcf7918065c2a34f31d64e4bcc7c996ad2a Mon Sep 17 00:00:00 2001 From: Kohei Morita Date: Mon, 15 Jul 2024 03:16:36 +0000 Subject: [PATCH] add github actions plugin --- .devcontainer/devcontainer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9ce6641..61a97fd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,5 +11,11 @@ "remoteEnv": { "PROTO_PATH": "/home/vscode/library-checker-judge/api/proto" }, - "customizations": {} + "customizations": { + "vscode": { + "extensions": [ + "GitHub.vscode-github-actions" + ] + } + } } \ No newline at end of file