From aa7c358cde43589dfb2305fd885d31219dee594c Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 28 Jun 2024 11:11:43 -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 6f38778..e0559bc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,5 +14,6 @@ "autoSelectForConnect": true } ], + "calva.autoStartRepl": true, "calva.autoConnectRepl": true }