Skip to content

IDE Persistent Parse does not handle tsconfigs with no "include" and no "files" with deeply nested folder structures #1110

Closed
@bradzacher

Description

@bradzacher

Spinning off of #1080 (comment)

if you provide a tsconfig without "includes" (or "files"), I.e. an empty tsconfig: {}, then typescript uses a different codepath to setup the folder watchers.
Triggering a directory change does not work the same was as when the tsconfig has "includes".

It won't block the release on Monday, as it's an edge case of sorts, but I'll need to look deeper into it to figure out how it all works!

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpackage: typescript-estreeIssues related to @typescript-eslint/typescript-estree

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions