From 853360e2f94f125d44a8b2706bb3789a2e8f6d19 Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Thu, 20 Feb 2025 20:29:54 +0100 Subject: [PATCH] Added common Hive TS DevContainer specification --- pnpm-config/.devcontainer/devcontainer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pnpm-config/.devcontainer/devcontainer.json diff --git a/pnpm-config/.devcontainer/devcontainer.json b/pnpm-config/.devcontainer/devcontainer.json new file mode 100644 index 0000000..e38ca1e --- /dev/null +++ b/pnpm-config/.devcontainer/devcontainer.json @@ -0,0 +1,10 @@ +{ + "name": "Hive NodeJS & Typescript", + "image": "registry.gitlab.syncad.com/hive/common-ci-configuration/emsdk:4.0.1-2@sha256:d0c5fbd811ef2447fdf411ee1e2a111c50ad0ec610cf3d6bf2d186530bc883ad", + "containerUser": "emscripten", + "customizations": { + "vscode": { + "extensions": [] + } + } +} \ No newline at end of file -- GitLab