标签: python visual-studio-code pygame
我正在尝试导入和使用pygame:
import pygame pygame.init()
我使用Visual Studio Code,但出现“模块'pygame'没有'init'成员”的问题。
我已经尝试使用以下多个版本来编辑设置:
"python.linting.pylintArgs": [ "----extension-pkg-whitelist=1xml" ]
但这对我不起作用。还有其他解决方法吗?