From e7f65050288d674d6c23740446978b0dbe6ce4c7 Mon Sep 17 00:00:00 2001 From: HManiac74 <63391783+HManiac74@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:00:50 +0200 Subject: [PATCH] Update .devcontainer/devcontainer.json Co-authored-by: Christian Clauss --- .devcontainer/devcontainer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fbb999e5a..c5a855b25 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,8 +8,6 @@ // Append -bullseye or -buster to pin to an OS version. // Use -bullseye variants on local on arm64/Apple Silicon. "VARIANT": "3.11-bookworm", - // Options - "NODE_VERSION": "lts/*" } },