-
Notifications
You must be signed in to change notification settings - Fork 79
.NET 3.1 installation fails #312
Description
When I open vscode from WSL, I get this error:
Downloading the .NET Runtime.
Downloading .NET version(s) 3.1.18 ... Error!
Failed to download .NET 3.1.18:
Command failed: "/home/shaunm/.vscode-server-insiders/extensions/ms-dotnettools.vscode-dotnet-runtime-1.2.0/dist/install scripts/dotnet-install.sh" -InstallDir "/home/shaunm/.vscode-server-insiders/data/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/3.1.18" -Version 3.1.18 -Runtime dotnet
/home/shaunm/.vscode-server-insiders/extensions/ms-dotnettools.vscode-dotnet-runtime-1.2.0/dist/install scripts/dotnet-install.sh: 7: /home/shaunm/.vscode-server-insiders/extensions/ms-dotnettools.vscode-dotnet-runtime-1.2.0/dist/install scripts/dotnet-install.sh: Syntax error: newline unexpected
Error!
.NET Acquisition Failed: Installation failed: Error: Command failed: "/home/shaunm/.vscode-server-insiders/extensions/ms-dotnettools.vscode-dotnet-runtime-1.2.0/dist/install scripts/dotnet-install.sh" -InstallDir "/home/shaunm/.vscode-server-insiders/data/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/3.1.18" -Version 3.1.18 -Runtime dotnet
/home/shaunm/.vscode-server-insiders/extensions/ms-dotnettools.vscode-dotnet-runtime-1.2.0/dist/install scripts/dotnet-install.sh: 7: /home/shaunm/.vscode-server-insiders/extensions/ms-dotnettools.vscode-dotnet-runtime-1.2.0/dist/install scripts/dotnet-install.sh: Syntax error: newline unexpected
This is coming from .NET Install Tool for Extension Authors which Visual Studio IntelliCode Insiders depends upon.
I cannot uninstall the .NET extension because Intellicode depends on it.
Product and Version [VS/VSCode]:
Version: 1.61.0-insider (user setup)
Commit: ec40cbe164c59f3d13b6eff5fc7b0231ec0ab7aa
Date: 2021-09-13T05:15:14.689Z (20 hrs ago)
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19043
IntelliCode Extension Version:
Visual Studio IntelliCode Insiders v1.1.4
Steps to Reproduce / Scenario:
- From a WSL terminal: code-insiders .