From 929ff3b637ecfa80585b2410f29badc246f2d8af Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Wed, 4 Jan 2023 19:20:09 +0000 Subject: [PATCH] Create devcontainer for codespaces --- .devcontainer/devcontainer.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..38b855c --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,6 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node +{ + "name": "@actions/upload-artifact", + "image": "mcr.microsoft.com/devcontainers/typescript-node:0-18" +}