Skip to content

Disabling linting in the first folder of a multi-root workspaces disables all linters in all folders #862

@DonJayamanne

Description

@DonJayamanne

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

Metadata

Metadata

Assignees

Labels

area-lintingbugIssue identified by VS Code Team member as probable bug

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions