Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ThomasRizzo opened this issue Sep 12, 2024 · 2 comments
Labels
upstream - csharp extension issue related to the C# extension (such as debugger)

Comments

@ThomasRizzo
Copy link

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.

@vovatrykoz
Copy link

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

@JackDanna
Copy link

For anyone else who runs into this and uses Nix, this repo has a flake that grabs the correct revision of the C# extension for version 2.39.29 of the extension.
https://github.com/JackDanna/NixFSharpDevEnv

@TheAngryByrd TheAngryByrd added the upstream - csharp extension issue related to the C# extension (such as debugger) label Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream - csharp extension issue related to the C# extension (such as debugger)
Projects
None yet
Development

No branches or pull requests

4 participants