facebook / starlark-rust

A Rust implementation of the Starlark language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

symbols in prelude files (passed in via --prelude) don't autocomplete in lsp mode

chancila opened this issue · comments

Is it expected that symbols in the prelude autocomplete when using the vscode extension + the plain starlark binary in LSP mode?

I've tweaked the the VS code LSP args to pass --prelude in, and doing cargo run -- some_test_file.star --prelude prelude.star causes a successful evaluation, however the LSP server does not seem to have any symbols in the prelude in completion requests in VS code