-
Notifications
You must be signed in to change notification settings - Fork 676
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
VS Code Debug can not be run in new version extension C# From v2.10.28 #6707
Comments
Try checking the different logs mentioned in #6030 to see if they have any hints on what may be causing the Extension to fail to activate. |
On check, there are errors: |
Thank you very much. |
@dibarbet TelemetryLogger api was finalized in 1.75.0. Since Razor is using the vscode-extension-telementry packages, which in turn uses this API, should the minimum supported VS Code get bumped here? |
I thought we already bumped it to some 1.8x version, but I guess not. I'll take care of that. Thanks! |
In vs code, When I updated C# extension to v2.10.28, the debug can not be run.
Message: Couldn't find a debug adapter descriptor for debug type 'coreclr'(extension might have failed to activate)
But when I return to v2.9.20, it can ben run successful.
The last version v2.12.19 is also not work.
Is there any necessary setting changed?
Environment data
The text was updated successfully, but these errors were encountered: