I have two projects in two windows , one in python2 and other in python3.
Is there anyway I can use both pylint for python2 and python3 in vscode for different projects on the fly ?
I tried, but I can't use both of them. Either I can able to set python2 pylint or the python3 one.