lspf 0.4.0

A Rust framework for building extensible LSP language servers
Documentation
1
2
3
4
5
6
7
8
9
{
  "method": "workspace/configuration",
  "params": {
    "items": [
      { "section": "editor" },
      { "scopeUri": "file:///workspace/main.rs", "section": "lspf.language" }
    ]
  }
}