dotnet / vscode-dotnet-runtime

VSCode Extension for Installing .NET via VS Code
MIT License
128 stars 230 forks source link

Always collect install script stdout and stderr. #1769

Closed nagilson closed 2 months ago

nagilson commented 2 months ago

Per our discussion at https://github.com/dotnet/vscode-dotnet-runtime/issues/1741#issuecomment-2051238090, it would be useful to have stdout even if we dont error, because the error condition is only if:

When running the install script: The process could not be spawned. The process could not be killed. Sending a message to the child process failed. The child process was aborted via the signal option.