From 55847461dc33d00dd1cd6e8d344a4837d089c8a9 Mon Sep 17 00:00:00 2001 From: Preston Maness Date: Mon, 3 Jul 2023 14:52:42 -0500 Subject: [PATCH] Revert "Add empty matrix env vars to launch.json" This reverts commit 916dfcc6d3e0c7c043d85489bd7caee81bc51175. --- .vscode/launch.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index dab9439..07e5488 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,12 +16,7 @@ "/**" ], "type": "node", - "env": { - "DOMAIN": "localhost:3000", - "SCHEME": "http", - "MATRIX_ACCESS_TOKEN": "", - "MATRIX_INSTANCE": "" - }, + "env": { "DOMAIN": "localhost:3000", "SCHEME": "http"}, "outputCapture": "std" } ]