1(1) open palette on VS Code (use specifies command): CTRL + Shift + P
2(2) then select "Preferences: Open Settings (JSON)" option in the palette dropdown
3(3) then add the following line in the opened "settings.json" file
4"python.linting.pylintArgs": ["--generate-members"]