Last active
March 21, 2022 15:17
-
-
Save mukhinid/894bed43be7106a059d0e8b895878379 to your computer and use it in GitHub Desktop.
KDE kate config for omnisharp LSP (Install omnisharp-roslyn-bin via your package manager first)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"servers": { | |
"csharp": { | |
"command": ["omnisharp", "-lsp"], | |
"root": ".", | |
"url": "https://github.com/OmniSharp/omnisharp-roslyn", | |
"highlightingModeRegex": "^C#$" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment