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

4
.vscode/launch.json vendored
View file

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