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

Couldn't find a debug adapter descriptor for debug type 'coreclr' (extension might have failed to activate) in VScode version 1.56.2 #4557

Closed
DanSau24 opened this issue May 18, 2021 · 2 comments

Comments

@DanSau24
Copy link

from the moment we upgraded to VSCode to latest version 1.56.2 we can not debug any kind of project...
ERROR:

Couldn't find a debug adapter descriptor for debug type 'coreclr' (extension might have failed to activate).
Downloading package 'Razor Language Server (Windows / x64)' Failed at stage: downloadPackage
Error: unable to get local issuer certificate

just in case; we do not have this folder: C:\Users...vscode\extensions\ms-vscode-csharp not even the .razor directory.
we have the folder: ms-dotnettools.csharp-1.23.11. And inside this there is a .razor folder.

we saw other post on github but below commands did not work for us:

git clean -xfd
Update to the latest version of node
npm i -g gulp
gulp vsix:offline:package
we uninstalled the C# extensions packaged and then re-installing we get this failure:

Downloading package 'Razor Language Server (Windows / x64)' Failed at stage: downloadPackage
Error: unable to get local issuer certificate

When we try to run debug, we get a prompt to Select the process to attach to with a long list, what we should select?.

is this a bug on latest VCode Version as it did not happens in previous ones?
your help please_

@ptn77
Copy link

ptn77 commented May 28, 2021

I'm having the same issue. Did you find a resolution?

@DanSau24
Copy link
Author

there´s a proxy in between which block downloads.
from VSCode there´s a setting should be false: http.proxyStrictSSL
that will solve it.

https://code.visualstudio.com/docs/setup/network

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants