Skip to content

Analysis engine should not analyze entire project #1861

Closed
@DonJayamanne

Description

@DonJayamanne

I don't think the analysis engine should analyze the entire workspace folder and report syntax errors.
Currently that's the default behaviour:

Problems:

As a result we have a lot of noise and false positives being reported.
If the code base is quite large, then valid errors/messages returned by linters get buried in the noise.

I'm flagging this as a bug as it produces too many false positives, & would be too confusing for developers moving from Jedi to Analysis engine.

Solution:

  • Provide setting to turn on/off the ability to scan entire workspace for syntax errors.

@qubitron @brettcannon cc

Metadata

Metadata

Labels

area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions