Printable idea sheet
language_server
reqlan rq/core-architecture.rq:111
The language server is a separate Node process started by the extension host over IPC ( main.ts → main.ts ).
It runs reqlan-module.ts `createReqlanServices` for live editing: definition, completion, semantic tokens, inlays, document links, validation.
It owns open-document language intelligence for `.rq` files ( and related language features ), not the full-workspace SQLite ideas index.
Product expectation for LSP navigation and validation: lsp_support.
Interactive page: language_server