From c92b25b0ce72a530b30ac1c286382367b17d4def Mon Sep 17 00:00:00 2001 From: Bianca Yang Date: Mon, 4 Dec 2023 09:18:00 -0800 Subject: [PATCH] feat: Set auto login in vscode launch json (#19011) * Set auto login in vscode launch json * Update query snapshots * Update query snapshots --------- Co-authored-by: Bianca Yang Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 51101a38d3d73..5ec947cc0ee99 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -71,6 +71,7 @@ "SKIP_SERVICE_VERSION_REQUIREMENTS": "1", "PRINT_SQL": "1", "REPLAY_EVENTS_NEW_CONSUMER_RATIO": "1.0", + "AUTO_LOGIN": "True", "BILLING_SERVICE_URL": "https://billing.dev.posthog.dev" }, "console": "integratedTerminal",