lspf 0.4.0

A Rust framework for building extensible LSP language servers
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "method": "window/showMessageRequest",
  "params": {
    "type": 3,
    "message": "save before closing?",
    "actions": [
      { "title": "Save" },
      { "title": "Discard" }
    ]
  }
}