Phan Đăng Khoa
Phan Đăng Khoa
> Maybe a little bit of topic but it would be nice to have here hyprcursor themes. good idea
@danipen I am still quite confused at how to create a new grammar for a project of mine.
This problem occurred for me aswell, I am using exactly 1 parameter. This is my interface ```csharp public interface IServer { [JsonRpcMethod("initialize", UseSingleObjectParameterDeserialization = true)] public Task InitializeAsync(InitializeParams @params); }...