You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_
The text was updated successfully, but these errors were encountered:
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_
The text was updated successfully, but these errors were encountered: