From 1f3bf0e9cbff55599f9f38f67dd618410c63acd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A7=D8=A8=D9=88=D8=B9=D9=84=D9=8A=20=D8=A7=D9=84=D8=A7?= =?UTF-8?q?=D8=B3=D9=8A=D9=88=D8=B7=D9=8A?= <198396711+nike10a@users.noreply.github.com> Date: Sun, 9 Mar 2025 20:25:51 +0400 Subject: [PATCH] Delete .devcontainer/devcontainer.jso --- .devcontainer/devcontainer.json | 37 --------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index 62232b1d..00000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,37 +0,0 @@ -// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: -// https://github.com/microsoft/vscode-dev-containers/tree/v0.195.0/containers/javascript-node -{ - "name": "Node.js", - "build": { - "dockerfile": "Dockerfile", - // Update 'VARIANT' to pick a Node version: 16, 14, 12. - // Append -bullseye or -buster to pin to an OS version. - // Use -bullseye variants on local arm64/Apple Silicon. - "args": { "VARIANT": "20-bookworm" } - }, - - "settings": {}, - - "extensions": [ - "dbaeumer.vscode-eslint", - "mikestead.dotenv", - "mcright.auto-save", - "donjayamanne.git-extension-pack", - "redhat.vscode-yaml", - "github.copilot", - "ms-azuretools.vscode-docker" - ], - - "portsAttributes": { - "3000": { - "label": "probot", - "onAutoForward": "notify", - "requireLocalPort": true - } - }, - - "postCreateCommand": "npm install && npm install -g mocha nyc", - - "remoteUser": "node", - -}