mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-04 19:32:53 +01:00
Fix env variables not working
This commit is contained in:
parent
9dac2abe7d
commit
c341cdb83f
2 changed files with 17 additions and 17 deletions
5
backend/.vscode/launch.json
vendored
5
backend/.vscode/launch.json
vendored
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"environment": [
|
|
||||||
{ "name": "RUSTLOG", "value": "simple_wkd=trace" },
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,13 +1,18 @@
|
||||||
{
|
{
|
||||||
"folders": [
|
"folders": [
|
||||||
{
|
{
|
||||||
"path": "website"
|
"path": "website"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "backend"
|
"path": "backend"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "."
|
"path": "."
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
}
|
"settings": {
|
||||||
|
"rust-analyzer.runnableEnv": {
|
||||||
|
"RUST_LOG": "simple_wkd=trace"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue