forked from Mirrors/keyoxide-web
Add SCHEME environment variable to vscodium launcher
This commit is contained in:
parent
ecc789a4a9
commit
9196aeaad6
1 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -16,8 +16,8 @@
|
|||
"<node_internals>/**"
|
||||
],
|
||||
"type": "node",
|
||||
"env": { "DOMAIN": "localhost:3000"},
|
||||
"env": { "DOMAIN": "localhost:3000", "SCHEME": "http"},
|
||||
"outputCapture": "std"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue