facebook / starlark-rust

A Rust implementation of the Starlark language
Apache License 2.0
672 stars 53 forks source link

LSP fails on startup if prelude has error #88

Closed cjhopman closed 10 months ago

cjhopman commented 11 months ago

If there's an issue in the prelude when the starlark lsp starts up, it just crashes, does it 5 times and then gets disabled by vscode.

ndmitchell commented 11 months ago

I suspect this is a bug in how Buck2 integrates with the Starlark LSP, rather than the Starlark LSP itself.

cjhopman commented 10 months ago

Yep, it definitely is.