From 0edaa038d6a911ac65f7e9ae72460b7943545193 Mon Sep 17 00:00:00 2001 From: Compiler Date: Mon, 5 Apr 2021 20:06:47 +0200 Subject: [PATCH] add settings.json --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7ed3b48..4d88f48 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ { "python.linting.pylintArgs": [ "--extension-pkg-whitelist=pygame" + ], + "python.terminal.launchArgs": [ + ] } \ No newline at end of file