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