Andy Jordan
Andy Jordan
@Wilfred That I can totally understand :) I probably won't touch Bison again after my compilers class; there are newer and better technologies.
Same. I have it all installed, I verified the script is being sourced (I also tried sourcing it directly). No colors are changing. Edit: maybe some colors are changing. Kind...
Hey @juergba, any follow up on this, am I crazy?
@SydneyhSmith How are we tracking in here which are done or not?
Is this only in Preview?
Ah! `_psesHost` has a host that is `EditorServicesConsolePSHost`. I'll try to create a test harness that does what you say.
@JustinGrote was this something you're still working on?
Hey, sounds good, I think that's the way to go too.
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): https://github.com/PowerShell/vscode-powershell/issues/3881,...
> > 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...