Paweł Szramowski
Paweł Szramowski
@microsoft-github-policy-service agree
@roblourens ping
This is still a problem. Chocolatey writes all the output to stdout instead of writing error messages to stderr: ``` C:\WINDOWS\system32>choco install ThisMadeUpPackageCertainlyDoesNotExistAndShouldCauseChocolateyToFail >NUL C:\WINDOWS\system32>choco install ThisMadeUpPackageCertainlyDoesNotExistAndShouldCauseChocolateyToFail 2>NUL Chocolatey v2.2.2...
@Strongbeard's workaround is actually a feature of its own: now, the merge commit details (shown upon hovering the cursor over the in-line blame) have the merge request reference turned into...
I observed the same problem - an absolute path is used instead of a relative path when a directory within a `subst`'d drive is opened in VSCode - in regard...
@eamodio, this likley has the same root cause as https://github.com/microsoft/vscode/issues/100274 you've participated in too: git returns the resolved path of the drive (symbolic links are affected too) since version 2.25.0....
@eamodio, please remove the `needs-more-info` label.