diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index d2d9ffe..74bf340 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,7 +17,11 @@ } }, "args": [], - "cwd": "${workspaceFolder}" + "cwd": "${workspaceFolder}", + "preLaunchTask": "rust: cargo build", + "env": { + "CT_BIND": "0.0.0.0:8001" + } }, { "type": "lldb", |