Ben
Ben
Oh, the snap of what I'm experiencing in my environment. after navigating through searched items with up/down arrows, the context menu key pops up context menu on the search field.
I didn't know that Shift-F10 works as a context menu key, but good to hear that
sorry for the incomplete information. I found the exact same graphql endpoint which generates the same status what I've got. endpoint = https://graphql.anilist.co/graphql - the command`(npx get-graphql-schema {endpoint} | grep...
the issue also can be reproduced on 1.1.1.
I'll start by making types of regexes. for example, ```typescript export type FormatDiagnosticMessageTarget = | "DeclareModuleSnippet" | "MissingPropsError" | "TypePairs" | "TypeAnnotationOptions" | "Overloaded" | "SimpleStrings" | "Types" | "ReversedTypes"...
btw, it would be great to have a detailed contribution document. I'm trying to find out how to test & watch in the development environment. and also example codes which...
@yoavbls I'm keep struggling on executing this repository in development environment. I'm novice to vscode extension, so could you help me how to do it?
yes, I'm available on discord, my handle is `비스킷#0869`.
duplicated with #3
I think the `fn` type should define its result type. In your example, the `fn`'s type signature is ```function fn(a: number): R.Error | R.Ok | R.Error```, in which the Error...