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