From ac331abdb4fd1132cb379cc2c1c79ab434da7ec9 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Sun, 24 Dec 2023 00:00:45 -0600 Subject: [PATCH] Delete .devcontainer directory --- .devcontainer/devcontainer.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index fbb3d933..00000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,12 +0,0 @@ -// 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": "TypeScript SDK", - "image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye", - "postCreateCommand": "cd examples && npm run setup", - "customizations": { - "codespaces":{ - "openFiles": ["examples/src/index.ts", "README.md"] - } - } -}