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

19 lines
216 B
Text
Raw Permalink Normal View History

2023-04-16 20:03:10 +02:00
{
2023-04-18 23:32:17 +02:00
"folders": [
{
"path": "website"
},
{
"path": "backend"
},
{
"path": "."
}
],
"settings": {
"rust-analyzer.runnableEnv": {
"RUST_LOG": "simple_wkd=trace"
}
}
}