microsoft / vscode-languageserver-node

Language server protocol implementation for VSCode. This allows implementing language services in JS/TS running on node.js
MIT License
1.48k stars 324 forks source link

Support bun as a runtime for language servers #1321

Open dbaeumer opened 1 year ago

willviles commented 8 months ago

Because the lack of language server support for the Bun runtime, is everyone up until now using Bun and not having the DX benefit of ESLint & other linting plugins running within the IDE?

This is the one big DX blocker I've encountered when switching from Node and unsure if I'm missing something here.

smokeelow commented 7 months ago

Waiting for this one 🤞

sdykae commented 5 months ago

please

itsmnthn commented 3 months ago

wen supported?

dbaeumer commented 3 months ago

As always a PR would speed things up since I have currently no experiences with bun.

gshpychka commented 3 months ago

bunx --bun typescript-language-server --stdio seems to work already, but no noticable speedup