From 59e4281b438f6ba69e293ab7e042c13969dd2299 Mon Sep 17 00:00:00 2001 From: Preston Maness Date: Mon, 3 Jul 2023 14:53:06 -0500 Subject: [PATCH] Revert "Add SCHEME environment variable to vscodium launcher" This reverts commit 9196aeaad636df15432406bc803aa2489f9611c5. --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 07e5488..d0b1191 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,8 +16,8 @@ "/**" ], "type": "node", - "env": { "DOMAIN": "localhost:3000", "SCHEME": "http"}, + "env": { "DOMAIN": "localhost:3000"}, "outputCapture": "std" } ] -} +} \ No newline at end of file