VS Code pylint(import-error) “Unable to import” subsub-module from custom directory
问题 I have organized my self-written Python scripts within a tree of several sub-directories, starting from the parent directory "Scripts" which is already included in "python.autoComplete.extraPaths" within the settings-json: "python.autoComplete.extraPaths": ["/home/andylu/Dokumente/Allgemeines_material/Sonstiges/Programming/Python/Scripts", "/home/andylu/anaconda3/lib/python3.7/site-packages"] Apart from that, I've included a Python environment-file: "python.envFile": "/home/andylu/Dokumente