https://bugs.kde.org/show_bug.cgi?id=454247

rob.rol...@gmail.com <rob.rol...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOT A BUG
             Status|REPORTED                    |RESOLVED

--- Comment #1 from rob.rol...@gmail.com <rob.rol...@gmail.com> ---
Marking as resolved - it's more a matter of me not knowing the proper
configuration.

In .kateproject:

```
{
    "name": "my project",
    "lspclient": {
        "servers": {
            "ada": {
                "settings": {
                    "ada": {
                        "projectFile": "plaid.gpr",
                        "enableIndexing": true
                    }
                }
            }
        }
    }
}
```

It was missing the "servers" key

And in my user LSP settings, in case someone else wants to use the Ada language
server:

```
{
    "servers": {
        "ada": {
            "command": ["ada_language_server"],
            "rootIndicationFilePatterns": ["*.gpr"],
            "url": "https://github.com/AdaCore/ada_language_server";,
            "highlightingModeRegex": "^Ada$"
        }
    }
}
```

note the addition of rootIndicationFilePatterns

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to