Skip to content

Language server fallback not working - multiple servers run simultaneously #27

@austin-karren

Description

@austin-karren

Problem

The current language server array configuration runs multiple servers simultaneously instead of implementing fallback behavior. When configured with:

{
  "languages": {
    "TypeScript": {
      "language_servers": ["tsgo", "vtsls"]
    }
  }
}

Both tsgo AND vtsls run at the same time, waisting resources and duplicating intellisense.

Image

Expected Behavior

Should use tsgo for supported features, then fallback to vtsls for unsupported features (true primary/secondary behavior).

Current Behavior

Both servers run in parallel.

Use Case

I want fast parsing (tsgo) with full feature fallback (vtsls/typescript-language-server) since no single LS works perfectly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions