Open apeltsi opened 1 year ago
The rune language server is somewhat customizable. We could include the core_module() Module in the LSP context. See: https://github.com/rune-rs/rune/blob/main/crates/rune-languageserver/src/main.rs This could then be used as a drop-in replacement for the default rune LSP.
core_module()
The rune language server is somewhat customizable. We could include the
core_module()
Module in the LSP context. See: https://github.com/rune-rs/rune/blob/main/crates/rune-languageserver/src/main.rs This could then be used as a drop-in replacement for the default rune LSP.