0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-04 19:12:53 +01:00

Fix env variables not working

This commit is contained in:
Delta1925 2023-04-18 23:32:17 +02:00
parent 9dac2abe7d
commit c341cdb83f
No known key found for this signature in database
GPG key ID: 1C21ACE44193CB25
2 changed files with 17 additions and 17 deletions

View file

@ -1,5 +0,0 @@
{
"environment": [
{ "name": "RUSTLOG", "value": "simple_wkd=trace" },
]
}

View file

@ -1,13 +1,18 @@
{
"folders": [
{
"path": "website"
},
{
"path": "backend"
},
{
"path": "."
}
]
"folders": [
{
"path": "website"
},
{
"path": "backend"
},
{
"path": "."
}
],
"settings": {
"rust-analyzer.runnableEnv": {
"RUST_LOG": "simple_wkd=trace"
}
}
}