Skip to content

Air-Gapped Roslyn Copilot break #8704

@AlexBerryhill

Description

@AlexBerryhill

Environment data

dotnet --info output:
Version 9.0.101
VS Code version:
1.104
C# Extension version:
2.93.21

C# logs

C# output window contents:

[info] Installing C# Dependencies...

[info]
[info] Platform: win32, x86_64
[info]
[info] Downloading package 'Language server for Roslyn Copilot Integration'
[info] Failed at stage: downloadPackage
[info] Error: getaddrinfo EAI_AGAIN roslyn.blob.core.windows.net
[info]
[info] Locating .NET runtime version 9.0.1
[info] Dotnet path: C:\Program Files\dotnet\dotnet.exe
[info] Activating C# + C# Dev Kit
[error] Microsoft.CodeAnalysis.LanguageServer client: couldn't create a server. Error: Component DLL not found: c:\Users\name.vscode\

See this page for collecting more detailed logs

Steps to reproduce

  • On an airgapped/offline machine
  1. Download, .NET, .NET Install tool, charp extension, C# devkit
  2. Configure local .NET path
  3. Try to open an sln/solution

Expected behavior

To open the solution

Actual behavior

Fails to download RoslynCopilot, which I can not use anyway on an offline machine, then fails(see log)

Additional context

[info] Installing C# Dependencies...
[info]
[info] Platform: win32, x86_64
[info]
[info] Downloading package 'Language server for Roslyn Copilot Integration'
[info] Failed at stage: downloadPackage
[info] Error: getaddrinfo EAI_AGAIN roslyn.blob.core.windows.net
[info]
[info] Locating .NET runtime version 9.0.1
[info] Dotnet path: C:\Program Files\dotnet\dotnet.exe
[info] Activating C# + C# Dev Kit
[error] Microsoft.CodeAnalysis.LanguageServer client: couldn't create a server.
Error: Component DLL not found: c:\Users\name.vscode\

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions