From 463b93e4ebaadc1149a63d4320b6021d2ad71407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Bouzour=C3=A8ne?= Date: Tue, 21 Jan 2025 12:27:05 +0100 Subject: [PATCH] Use integrated terminal for debugging --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1d83be3..83f87db 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,6 +7,7 @@ "request": "launch", "mode": "auto", "program": "${workspaceRoot}", + "console": "integratedTerminal", } ] }