This is the code I have:
import pygame pygame.init()
I\'m very confused because if I try to run the file, then there seems to be no issue,
I found a solution, modifying the most voted answer:
"python.linting.pylintArgs": [ "--extension-pkg-whitelist=pygame" ]
Replaced the "lxml" with "pygame".