I have created a Django project in vscode. Generally, vscode automatically prompts me to install pylint but this time it did not (or i missed it). Even though everything is running smoothly, I am still shown import errors. How do I manually install pytlint for this project?
Also,in vscode i never really create a 'workspace'. I just create and open folders and that works just fine.
ps. Im using pipenv. dont know how much necessary that info was.