From b78c770e95a543272d53c0f54ec8a3748f43b26d Mon Sep 17 00:00:00 2001 From: Yaseen <129287372+yaseenaljamal@users.noreply.github.com> Date: Mon, 6 May 2024 13:49:07 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b137891..31a3345b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1 +1,24 @@ - +{ + "image": "mcr.microsoft.com/devcontainers/javascript-node:0-18", + "customizations": { + "vscode": { + "settings": { + "json.schemas": [ + { + "fileMatch": [ + "*/devcontainer-feature.json" + ], + "url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json" + } + ] + }, + "extensions": [ + "mads-hartmann.bash-ide-vscode" + ] + } + }, + "features": { + "ghcr.io/devcontainers/features/docker-in-docker:2": {} + }, + "updateContentCommand": "npm install -g @devcontainers/cli" +}