muhammadsammy / free-vscode-csharp

Free/Libre fork of the official C# extension for vscode
https://open-vsx.org/extension/muhammad-sammy/csharp
Other
110 stars 10 forks source link

Installing C# dependencies fails on Linux Mint #31

Closed seanking2919 closed 2 years ago

seanking2919 commented 2 years ago

Environment data

dotnet --info output:

.NET SDK (reflecting any global.json):
 Version:   5.0.402
 Commit:    e9d3381880

Runtime Environment:
 OS Name:     linuxmint
 OS Version:  20.2
 OS Platform: Linux
 RID:         linux-x64
 Base Path:   /snap/dotnet-sdk/144/sdk/5.0.402/

Host (useful for support):
  Version: 5.0.11
  Commit:  f431858f8b

.NET SDKs installed:
  5.0.402 [/snap/dotnet-sdk/144/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 5.0.11 [/snap/dotnet-sdk/144/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 5.0.11 [/snap/dotnet-sdk/144/shared/Microsoft.NETCore.App]

VS Codium version: 1.56.0 C# Extension version: 1.23.12

OmniSharp log

Installing C# dependencies...
Platform: linux, x86_64, name=linuxmint, version=20.2

Downloading package '.NET Core Debugger (linux / x64)' Failed to download from https://github.com/Samsung/netcoredbg/releases/download/2.0.0-859/netcoredbg-linux-bionic-amd64.tar.gz. Error code '404')
    Retrying from 'https://web.archive.org/web/20201125201611/https://github-production-release-asset-2e65be.s3.amazonaws.com/113926796/2a979180-2f1f-11eb-8254-5746e29dc86d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20201125%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201125T201611Z&X-Amz-Expires=300&X-Amz-Signature=16e82fadc53b2c8965a4921f7b4241df4b7d8ec1366d08a2e47d5ad840c80444&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=113926796&response-content-disposition=attachment%3B%20filename%3Dnetcoredbg-linux-bionic-amd64.tar.gz&response-content-type=application%2Foctet-stream' (NaN KB) Done!
Installing package '.NET Core Debugger (linux / x64)'

Failed at stage: installPackage
C# Extension was unable to install its dependencies. Please check your internet connection. If you use a proxy server, please visit https://aka.ms/VsCodeCsharpNetworking

Steps to reproduce

Install this extension to VSCodium, restart, and look at the log.

Expected behavior

Loads dependencies and prepares environment.

Actual behavior

Errors out with a 404

seanking2919 commented 2 years ago

I tried installing 1.23.16 and it gave me an error that it was not compatible with my version of VSCodium.

seanking2919 commented 2 years ago

Never mind. Installed a version that of VSCodium that was older from Snap. I'm using the VSCodium Debian/Ubuntu repo instead.