Skip to content

Don't resolve a subfolder project if it is part of files.exclude #1641

@award999

Description

@award999

As part of working on #1635 I noticed that if I added folders to the files.exclude that they were still resolved and added as subfolder projects if you take this example project: #1630 (comment) and exclude 2 of the 3 folders, the expectation is that only the one remaining folder would be resolved:

{
    "swift.searchSubfoldersForPackages": true,
    "files.exclude": {
        "**/Concurrency": true,
        "**/CxxInterop": true
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions