Aug-31-2019, 05:49 PM
I tested VSCode in Linux. There are too many nonsensical error messages.
It shows hundreds of 'problems' for a working script.
That's all total nonsense
It shows hundreds of 'problems' for a working script.
from PyQt5.QtGui import (QIcon, QPixmap)
Quote:No name 'QIcon' in module 'PyQt5.QtGui'
class helpWindow(QMainWindow):
Quote:Undefined variable 'QMainWindow'
That's all total nonsense