summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json5
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",