You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a way of identifying the failure to obtain .NET and surfacing this error to users.
Under dotnet.showAcquisitionLog it looks like we have an option of opening a separate output channel, but it doesn't look like this would necessarily give our extension easy access to this information.
Reopening as discussed in today's triage. Capturing logs programatically is not possible through the VSCode APIs provided for the dotnet runtime extension. We however wanted to update the error message to give a pointer to the https://github.com/dotnet/vscode-dotnet-runtime repo or some instructions on error reporting, so that users know how to capture the right information.
Created because of #2416.
We need a way of identifying the failure to obtain .NET and surfacing this error to users.
Under dotnet.showAcquisitionLog it looks like we have an option of opening a separate output channel, but it doesn't look like this would necessarily give our extension easy access to this information.
@StephenWeatherford may have some ideas on how to approach this.
The text was updated successfully, but these errors were encountered: