You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
This has almost 1 to 1 mapping with vscode APIs most of the time.
awaitthis.languageClient.sendRequest(method: string,params: any,// handler is not passed since there is async / await// buffer I'm guessing is set to current buffer by default???);
However, some APIs sends more arguments, to which we don't have a Neovim lua
equivalent I'm guessing. Following is an example.