-
Notifications
You must be signed in to change notification settings - Fork 687
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
C# Debugging #4599
Comments
@Nightfall333 You have installed the "C# for Visual Studio Code" extension, and it's enabled? |
The "Error "You don't have an extension of ..." with debugger extension" Dialog comes from VSCode. Potentially a duplicate of microsoft/vscode#123881 |
Actually, still hitting this on 1.57. VS Code Version
@isidorn @weinand Is there something we are missing in our Repro steps:
Expected: Actual:
Side note: |
@WardenGnaw sorry for the slow response I was on vacation the previous week. Can you please try that and let me know how it goes? |
No worries! I hope you had a wonderful vacation! Was there a change recently that required this? I thought the debugger language was covered by the
That resolved the prompt, thanks for the suggestion for a quick fix 😃 |
The We always had a Last milestone there was a change which broke C# - sorry about that! C# seems to have been using an approach that an F5 on a C# file would have to generate launch configs, even though C# never mentioned that it is interested in C# files. I hope this clarifies why we changed this. |
@isidorn If a user has the C# extension installed, it does not make a lot of sense to show this dialog: Yes, I understand that the missing "debuggers.languages" contribution prevents us from knowing whether one of the installed debugging extensions will work for C# files. How can we fix this?
|
I've created microsoft/vscode#126962 for discussing the general issue behind this. |
Closing as resolved. |
When i try to run my code, it says that I need an extension. It then takes me to a list of extensions. I tried them all and none of them work.
The text was updated successfully, but these errors were encountered: