Skip to content

editor: Support vscode type-aware LSP in monorepo #15193

@nnnnoel

Description

@nnnnoel

Our company need to use oxlint with type-aware rules,
and we installed oxlint-tsgolint and successfully integrated in monorepo so CI works fine and fast.

In CI or monorepo(turborepo) commands, Separated oxlint processes include each tsconfig in workspace,
but LSP respects only single tsconfig file.

So we don't have way to setup tsconfigPath per workspace to enable type-aware lsp in monorepo.
Could tsconfig be auto-detected and load lsp each workspace?
or respect nearest tsconfig in current file like typescript LSP

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions