Simon Sabin
Simon Sabin
Interestingly unsaved files still have a path, in ISE they do anyway.
Thinking about this a step further. if we are looking at this from a productivity thing, shouldn't one also be looking at the fact one can't debug with F8 I...
I'd say that 2 would be confusing. the text is not part of a script and thus psscriptroot should be empty. If you want psscriptroot to be populated save the...
Have you looked at https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/resource-logs "Each PT1H.json blob contains a JSON blob of events that occurred within the hour specified in the blob URL, for example, h=12. During the present...
Not sure whats more confusing a 3rd option, or change the other option. We already have Core behaving differently Windows with the default. This all stems from the fact that...
As per the warning on that page install-module ignores that. This doesn’t solve the problem
> The PowerShell sub-kernel host needs to be updated to strip off the VT sequences properly as controlled by `$PSStyle`, and that's not done yet :( Should that be a...
What defines the color used when pwsh is run and the -command has errors. I'm trying to get pure plaintext output when pwsh is run but can't use $psstyle because...
Thanks @SteveL-MSFT , That wasn’t working, realise I need to wait for #17987 to be released. Why is $env:__SuppressAnsiEscapeSequences not documented? Seems way more obvious. And consistent across other tooling
@dkaszews On reviewing the test that was changed, it is formatting the output to plaintext, rather that checking that it is plaintext. I can't see in the code thats changed...