mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-04 18:52:52 +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" },
|
||||
]
|
||||
}
|
|
@ -9,5 +9,10 @@
|
|||
{
|
||||
"path": "."
|
||||
}
|
||||
]
|
||||
],
|
||||
"settings": {
|
||||
"rust-analyzer.runnableEnv": {
|
||||
"RUST_LOG": "simple_wkd=trace"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue