Skip to content

[enhancement] cache tsconfig in server to avoid lookups during linting #130

Open
@spence-s

Description

We implement the tsconfig lookup here and improve out-of-the-box performance when parserOptions.project is not set by the user. User's who set parserOptions.project will have done this anyway.

  • automatically lookup and cache the tsconfig for a file when the file is opened
  • destroy the cache when file is closed

This should improve the linting speed when no parserOptions.project is set.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions