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" } ]