From 91357afa3e7071568574fd86b4174cecd3521d5e Mon Sep 17 00:00:00 2001 From: QuiteAFancyEmerald <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Sat, 28 Sep 2024 11:30:44 -0700 Subject: [PATCH] fixing codespaces errors --- .devcontainer/devcontainer.json | 8 ++++++++ devcontainer.json | 16 ---------------- 2 files changed, 8 insertions(+), 16 deletions(-) create mode 100644 .devcontainer/devcontainer.json delete mode 100644 devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..89868053 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,8 @@ +{ + "name": "Holy Unblocker LTS", + "image": "mcr.microsoft.com/devcontainers/javascript-node:0-20", + "features": { + "node": "20" + }, + "postCreateCommand": "npm install" +} diff --git a/devcontainer.json b/devcontainer.json deleted file mode 100644 index de164027..00000000 --- a/devcontainer.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "Holy Unblocker LTS", - "build": { - "dockerfile": "Dockerfile" - }, - "customizations": { - "vscode": { - "extensions": [ - "dbaeumer.vscode-eslint", - "esbenp.prettier-vscode" - ] - } - }, - "postCreateCommand": "npm install" - } - \ No newline at end of file