Revert "Add SCHEME environment variable to vscodium launcher"

This reverts commit 9196aeaad6.
This commit is contained in:
Preston Maness 2023-07-03 14:53:06 -05:00
parent 939f118931
commit 59e4281b43

2
.vscode/launch.json vendored
View file

@ -16,7 +16,7 @@
"<node_internals>/**" "<node_internals>/**"
], ],
"type": "node", "type": "node",
"env": { "DOMAIN": "localhost:3000", "SCHEME": "http"}, "env": { "DOMAIN": "localhost:3000"},
"outputCapture": "std" "outputCapture": "std"
} }
] ]