From d6d53166e8b86f96936e4abd00012be9a68f758d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 26 Nov 2022 19:05:19 +0100 Subject: [PATCH] chore: launch env --- .vscode/launch.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index f07a39c..ee6fb1f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,6 +10,8 @@ "justMyCode": true, "env": { "QT_QPA_PLATFORM": "xcb", + "SDL_VIDEODRIVER": "x11", + "PYGAME_HIDE_SUPPORT_PROMPT": "hide" } } ]