That\'s my user settings in vscode
{
\"python.pythonPath\": \"/Users/cristiano/miniconda3/envs/django-rest-2/bin/python\",
\"python.linting.pylintEnabled\":
My issue was more prosaic (but perhaps it will help other forehead slappers like myself). Run the PIP install in the correct virtualenv directory!
pip install pylint-django --upgrade
Also note that plugin errors cause Pylint to completely fail to load silently. Start with blank pylintArgs
and slowly add them back one at a time to see where things go awry.