VSCode中出现Module 'pygame' has no 'init' member错误的解决方法

在VSCode设置中找到settings.json,如下图:
VSCode中出现Module 'pygame' has no 'init' member错误的解决方法_第1张图片
加入如下代码保存并关闭json文件:
“python.linting.pylintArgs”: [ “----extension-pkg-whitelist=1xml” ]
VSCode中出现Module 'pygame' has no 'init' member错误的解决方法_第2张图片
对应问题就会忽略掉不再出现。

你可能感兴趣的:(python练习,VSCode,pygame,python)