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
dotnet/vscode-csharp#7533
I'm getting this error when trying to debug unit tests.
"Start debugging failed. Provided launch or attach configuration is missing required property 'brokeredServicePipeName'."
Temporary workaround is to add brokeredServicePipeName to configuration. Is there a way to do that for Ionide?
Presumably, this will be fixed with next version of csharp extension.
The text was updated successfully, but these errors were encountered:
Can confirm that I encountered this issue as well. The temporary workaround suggested in the linked issue (downgrading the C# extention to 2.39.29) worked for me
dotnet/vscode-csharp#7533
I'm getting this error when trying to debug unit tests.
"Start debugging failed. Provided launch or attach configuration is missing required property 'brokeredServicePipeName'."
Temporary workaround is to add brokeredServicePipeName to configuration. Is there a way to do that for Ionide?
Presumably, this will be fixed with next version of csharp extension.
The text was updated successfully, but these errors were encountered: