Hit the local server when debugging

Nathan Sobo created

Change summary

.vscode/launch.json | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

.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",