Create a multi-root setup:
- Folder1 - Disable linting and point to a python environment without pylint
- Folder2 - Enable linting and point to another python environment without pylint
- Open a file in folder 2 and start editing a Python file
- Prompt to install pylint is not dispalyed (bug)
- Now enable linting in Folder1
- Go back and edit the file in folder 2,
- Prompt to install pylint is now dispalyed
Looks like we're using the wrong flags in multi-root environment for linting.
Problem
Create a multi-root setup:
Looks like we're using the wrong flags in multi-root environment for linting.
Problem