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

--- Comment #17 from Waqar Ahmed <waqar....@gmail.com> ---
Can you use the following config. Put it in "User Server Settings" in the
settings dialog:
```
{
    "servers": {
        "c-sharp": {
            "command": ["omnisharp", "-lsp"],
            "commandDebug": ["omnisharp", "--debug", "--verbose"],
            "url": "https://github.com/OmniSharp/omnisharp-roslyn";,
            "rootIndicationFileNames": ["*.csproj"],
            "highlightingModeRegex": "^C#$"
        }
    }
}
```
make sure the json is valid.

Then 
- open your project
- open a csharp file => should start the server

In the above config I added an explicit `            "rootIndicationFileNames":
["*.csproj"],`

I am not yet sure whether *.csproj will work, but we already have stuff like
this so maybe it works.

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

Reply via email to