Skip to content

Tsgolint keeps taking up 99% CPU, is this normal? #213

Description

@omaroubari

Mostly occurs with a vite plus tanstack start monorepo project based on this template: https://github.com/mugnavo/tanstarter-plus.
No changes to vite config.

I specfically
Zed config:

  "languages": {
    "TypeScript": {
      "language_servers": ["vtsls", "oxlint", "oxfmt", "!biome"],
    },
    "TSX": {
      "language_servers": ["vtsls", "oxlint", "oxfmt", "!biome"],
    },
    "JavaScript": {
      "language_servers": ["vtsls", "oxlint", "oxfmt", "!biome"],
    },
  },

Specifically turned off typeAware so tsoglint isn't used.

Macbook with m4 pro, 24gb ram.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions