ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
864 stars 279 forks source link

vscode extension update breaks ionide debugging; config missing brokeredServicePipeName property #2039

Open ThomasRizzo opened 2 months ago

ThomasRizzo commented 2 months ago

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.

vovatrykoz commented 2 months ago

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