lspf 0.1.0-alpha.3

A Rust framework for building extensible LSP language servers
Documentation
{
  "processId": null,
  "clientInfo": { "name": "smoke-test", "version": "0.1.0" },
  "locale": "en",
  "rootPath": null,
  "rootUri": null,
  "capabilities": {
    "workspace": {
      "applyEdit": true,
      "workspaceEdit": { "documentChanges": true }
    },
    "textDocument": {
      "synchronization": {
        "didSave": true,
        "willSave": false,
        "willSaveWaitUntil": false,
        "dynamicRegistration": false
      }
    }
  },
  "workspaceFolders": null
}