@type-atlas/language-server
v1.0.0
Published
Volar-based TypeScript, Markdown, and JSON language server for Type Atlas.
Maintainers
Readme
@type-atlas/language-server
The Volar-based language server used by Type Atlas. It configures TypeScript,
Markdown, and JSON language services and exposes the protocol consumed by
@type-atlas/core.
Most users should install the Type Atlas MCP server. This package is intended for integrations that need the underlying language server process or protocol directly.
Effect language service
Type Atlas activates @effect/language-service for TypeScript projects that
install and configure it according to the upstream package instructions:
{
"compilerOptions": {
"plugins": [{ "name": "@effect/language-service" }],
},
}No Type Atlas setting is required. Projects without that explicit plugin entry use the standard Volar TypeScript service without loading Effect tooling.
