From 4e124091b4dbeca87ff96e8bfb54d1d35a37111c Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 28 Jun 2024 11:11:51 -0700 Subject: [PATCH] auto-start repl Signed-off-by: Sean Corfield --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 24251ed..1c973db 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,5 +14,6 @@ "autoSelectForConnect": true } ], + "calva.autoStartRepl": true, "calva.autoConnectRepl": true }