-
Notifications
You must be signed in to change notification settings - Fork 676
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
Packaging on Windows fails - Keeps Downloading package '.NET Core Debugger (linux / x64)' #1912
Comments
@bigabdoul You're right, this is downloading the same package in a loop. We'll investigate. |
@akshita31 You can assign this to yourself if you want to investigate. |
dotnet --info : Product Information: Runtime Environment: Microsoft .NET Core Shared Framework Host Version : 2.0.3 VSCode Version : 1.19.0 On my system, the packaging finishes after 7 iterations for the Linux (x64) ,ie, after the line @rchande Could you verify this as well ? |
My guess here is that we are performing packaging for 7 LinuxDistributions (as listed in the gulpfile.js) and so it is downloading the appropriate packages for each of them which is fine. Thoughts @rchande ? |
@akshita31 Good idea. Let's do that. |
@akshita31 Yes, I also see 7 downloads and then the script finishes. |
This issue has been fixed in the 1.14 milestone. We just released a beta of 1.14 - https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.14.0-beta4. Follow these instructions to install a beta release of C# for VS Code. |
Environment data
dotnet --info
output:C# Extension version: 1.13.1
Steps to reproduce
Checkout this page: https://github.com/OmniSharp/omnisharp-vscode/wiki/Installing-the-C%23-extension-to-a-computer-without-internet-connectivity at instruction number 9:
node node_modules/gulp/bin/gulp.js package:offline
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: