add settings.json

This commit is contained in:
2021-04-05 20:06:47 +02:00
parent 25e33714e0
commit 0edaa038d6

View File

@ -1,5 +1,8 @@
{ {
"python.linting.pylintArgs": [ "python.linting.pylintArgs": [
"--extension-pkg-whitelist=pygame" "--extension-pkg-whitelist=pygame"
],
"python.terminal.launchArgs": [
] ]
} }