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
Recently, when I tried to install the C# extension in my Debian container, it hung forever. I tried to download the C# extension manually and it was OK. Then I tried to download .NET Install Tools manually, and I got to this URL:
{
$id: "1",
innerException: null,
message: "Version 2.2.5 for extension ms-dotnettools.vscode-dotnet-runtime has no support for targetPlatform linux-x64",
typeName: "Microsoft.VisualStudio.Services.Gallery.WebApi.ExtensionVersionHasNoSupportForRequestedTargetPlatformsException, Microsoft.VisualStudio.Services.Gallery.WebApi",
typeKey: "ExtensionVersionHasNoSupportForRequestedTargetPlatformsException",
errorCode: 0,
eventId: 3000
}
What should I do? I can't debug my C# applications inside Debian containers for some days now.
Please attach log file(s) here if you have any.
There is no ~/.config directory on my Debian container
Reproduction Steps
Create a Debian container using mcr.microsoft.com/vscode/devcontainers/dotnet:9.0-bookworm-slim image
Use DevContainers extension to attach to it for debugging purposes
Manually install .NET Install Tools
It should hang
Expected Behavior
The installation of extensions should be smooth. We should be able to set up our debugging environment quickly without frictions with the VS Code extensions.
Exceptions & Errors (if any)
No response
.NET Install Tool Version
v2.2.5
Your operating system? Please provide more detail, such as the version and or distro above.
Linux
VS Code Version
1.96.4
The text was updated successfully, but these errors were encountered:
C# has platform specific binaries but our extension does not so that link doesnt exist. The generic download link works for all distributions. What is the part of C# that is hangning, can you provide more info there? If you may send the log thats requested in the issue, that would also be helpful.
Describe the bug.
Recently, when I tried to install the C# extension in my Debian container, it hung forever. I tried to download the C# extension manually and it was OK. Then I tried to download .NET Install Tools manually, and I got to this URL:
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-dotnettools/vsextensions/vscode-dotnet-runtime/2.2.5/vspackage?targetPlatform=linux-x64
And the response is:
What should I do? I can't debug my C# applications inside Debian containers for some days now.
Please attach log file(s) here if you have any.
There is no
~/.config
directory on my Debian containerReproduction Steps
mcr.microsoft.com/vscode/devcontainers/dotnet:9.0-bookworm-slim
imageExpected Behavior
The installation of extensions should be smooth. We should be able to set up our debugging environment quickly without frictions with the VS Code extensions.
Exceptions & Errors (if any)
No response
.NET Install Tool Version
v2.2.5
Your operating system? Please provide more detail, such as the version and or distro above.
Linux
VS Code Version
1.96.4
The text was updated successfully, but these errors were encountered: