diff --git a/backend/.vscode/launch.json b/backend/.vscode/launch.json deleted file mode 100644 index 3aa9c94..0000000 --- a/backend/.vscode/launch.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "environment": [ - { "name": "RUSTLOG", "value": "simple_wkd=trace" }, - ] -} diff --git a/simple-wkd.code-workspace b/simple-wkd.code-workspace index 18370b7..3c4705e 100644 --- a/simple-wkd.code-workspace +++ b/simple-wkd.code-workspace @@ -1,13 +1,18 @@ { - "folders": [ - { - "path": "website" - }, - { - "path": "backend" - }, - { - "path": "." - } - ] -} \ No newline at end of file + "folders": [ + { + "path": "website" + }, + { + "path": "backend" + }, + { + "path": "." + } + ], + "settings": { + "rust-analyzer.runnableEnv": { + "RUST_LOG": "simple_wkd=trace" + } + } +}