Class Bootstrapper
Denotes a helper class to simplify common operations
public static class Bootstrapper
- Inheritance
-
Bootstrapper
- Inherited Members
Methods
RunLspServerOnStandardInStandardOutAsync(params Grammar[])
Runs an LSP server serving the provided grammars
public static Task RunLspServerOnStandardInStandardOutAsync(params Grammar[] grammars)
Parameters
grammars
Grammar[]A collection of grammars to serve
Returns
- Task
A task representing the running server