Darren Schroeder
Darren Schroeder
Hmm, if you do this, once it's messed up, does it fix it? ``` > $"(ansi csi)?1l" ```
We're passing that ansi sequence before we execute the command line. Maybe we should execute it after we execute the command line? or before and after, who knows? LOL
If you can, maybe you can see if PR #6153 fixes the issue for you?
Here's my general process. 1. clone the repo if you don't have it already. 2. Since I already have the repo I make sure I'm on the latest main with...
I'm on Windows today and don't have any issues. Is there a specific dotnet command you run that breaks it? or a specific version? 
If you're going to do more testing you should probably clone the main branch and build from that. We've had to fix some problems recently.
I've seen this many times. I wouldn't be surprised if there was another issue. I'm pretty sure it has to do with the custom completions not accommodating all parameters. I...
Yup, every sub command or parameter that isn't implemented in the nushell custom completions will exhibit this same error.
does this still exist in the current main branch of the repo?
Many apps are like this. some apps will launch themselves into the background like vscode does and others like notepad hang the terminal until you quit the app. This is...