Alexander Tokar
Results
2
comments of
Alexander Tokar
It does not have 'message' attribute, but has 'msg'. It indicates that required module is not installed. In your case it's psycopg2.
For now I've just disabled these kinds of warnings by adding this to `.vscode/settings.json`: ```json { "markdown.validate.referenceLinks.enabled": "ignore" } ```