https://github.com/dotnet/vscode-csharp/issues/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.
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
https://github.com/dotnet/vscode-csharp/issues/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.