Felix Becker
Felix Becker
If you mean why am I not copying the settings over, it is to have a single source of truth. It's the same justification why node debugger and the Go...
A lot of commands that are candidates to be run through the task system are configured through environment variables - which is why the tasks.json `env` option is great. I...
Another reason for this if your application needs secret environment variables like tokens - you can set them in a .gitignored envfile, but commit the tasks.json
@iSazonov why is this `Issue-Discussion` and not `Issue-Bug`?
I would bet the issue also happens in Linux, did you try a VM? I am almost certain it's caused by the escapes, because the point where truncation occurs is...
Yeah, truncated text including opening escapes but possibly truncating the closing escapes is another problem, but I would say only loosely related to this issue. Your experiment above seems to...
cc @SteveL-MSFT @TravisEz13
I dont see how Show-Markdown helps with this. It returns a string with VT sequences that is subject to the same wrapping and truncation problems. It’s true that PowerShell needs...
Also, this issue suggests that PowerShell _already_ has knowledge about escape sequences: https://github.com/PowerShell/PowerShell/issues/7570 > Since PowerShell now has support for ignoring VT escape sequences (such as those for setting colors)...
All tests pass: ``` npm test > [email protected] test > mocha signature.bruteforce ✓ should parse empty body ✓ should parse unsigned body ✓ should parse signature only messages ✓ should...