Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

batch-language-server

Builds and bundles ./src/lsp from rech-editor-batch into a single server.js, published as a release asset.

Zed extensions must not ship the language server, and upstream publishes to the VS Code marketplace only, so there was nothing to download.

node build.mjs   # -> dist/server.js
node smoke.mjs   # runs a few LSP requests against it

Upstream pinned to fcce163.