From 654b1d5ee3519b9f1339ef4d6eba4bc816071393 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 18 May 2025 16:03:55 -0400 Subject: fear: 50% smaller triangle background Also launch settings runs on 8001 --- .vscode/launch.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.vscode') 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", -- cgit v1.2.3