Pylint "Unable to import" modules in subfolder. : vscode
www.reddit.com › r › vscodeHow can I get Pylint to recognise the import correctly? I tried looking for others who had a similar problem and the answer was to put "python.autoComplete.extraPaths": ["./scripts"]" in the project settings.json, but this didn't work; or more precisely, it added in a warning about the import being unresolved, and this warning appears even if I ...