Darren Kattan
Darren Kattan
I just came here to see if there was a configuration parameter for debounce and was pleasantly surprised to see it was the most recent issue. What appears to be...
> > What appears to be happening (and I suspect similar for everyone else) is that the language client is asking for a completion before the textDocument/didChange notifications are completed....
I removed ConsoleProxy because the static constructor was making it difficult to use PSES in a web server where everything is hosted in one process. I moved the operations of...
> Reviewing your PR has me noticing that `ReadKeyAsync` is implemented...yet never used. @dkattan a few issues I'm investigating seem to be caused by our override of `ReadKey` (for PSReadLine):...
> Every time I've tried to use `RUI.ReadKey` I've found some issue with it that makes it less desirable. I'm curious what these issues were and if they still exist....
My end game is to have xterm.js in the browser with tab completion support, so I'm pretty sure I need ReadKey. I wouldn't be opposed to my ReadKey being called...
> @dkattan did you want to redo this PR or should I close it? Really sorry about the re-work I caused you, BUT hey, it's so much simpler now, no?!...
Digging more into the code I realized that there is a [ProtocolPSHostUserInterface.cs](https://github.com/PowerShell/PowerShellEditorServices/blob/2b70a25b5af487e0509a925c0b64e836ec919de3/src/PowerShellEditorServices/Services/PowerShellContext/Session/Host/ProtocolPSHostUserInterface.cs#L61-L81) that is largely unimplemented that would solve my problem. ProtocolPSHostUserInterface is used when the -EnableConsoleRepl switch isn't provided....
> @dkattan I'm so sorry we never got back to you. Did you figure out what you needed? I also you owe you some work to get your next PR...
When I run Start-EditorServices from my application, I get the following error: ``` ERROR: Exception encountered starting EditorServices. Exception logged in D:\a\1\s\src\PowerShellEditorServices.Hosting\Commands\StartEditorServicesCommand.cs on line 246 in EndProcessing: System.MissingMethodException: Method not...