From 3ad894b7e8f7208f0457c782ddf9b8c0953bcfaf Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 24 Aug 2021 17:11:40 -0600 Subject: [PATCH] Hit the local server when debugging --- .vscode/launch.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index aea73eeaa2..668019e696 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,6 +8,9 @@ "type": "lldb", "request": "launch", "name": "Debug executable 'Zed'", + "env": { + "ZED_SERVER_URL": "http://localhost:8080" + }, "cargo": { "args": [ "build",