aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-10-28 01:47:44 +0300
committerGitHub <noreply@github.com>2023-10-28 01:47:44 +0300
commitd4ecc7be066bfc9fe3bd0f5eef7e9a429b2b68f7 (patch)
tree1ca1a9534c274146e3c28fa2bb198d8dcd90f77a /.devcontainer.json
parent719901a1b4751d5d9864d9700f56b6ecf80cc4f4 (diff)
Diffstat (limited to '.devcontainer.json')
-rw-r--r--.devcontainer.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/.devcontainer.json b/.devcontainer.json
deleted file mode 100644
index c24649a..0000000
--- a/.devcontainer.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-18",
- "remoteUser": "node",
- "customizations": {
- "vscode": {
- "extensions": [
- "mads-hartmann.bash-ide-vscode"
- ]
- }
- },
- "features": {
- "ghcr.io/devcontainers/features/docker-in-docker:2": {}
- },
- "postCreateCommand": "npm install -g @devcontainers/cli",
- "hostRequirements": {
- "cpus": 4
- }
-}