-
Notifications
You must be signed in to change notification settings - Fork 312
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
.NET Acquisition Failed: Installation failed: tar: Failed to set default locale #397
Comments
Also happens with other .NET versions. E.g. from ARM Tools extension:
|
I'm seeing the exact same thing. In my case the Bicep extension has triggered the attempted .NET install. The log file mentioned is zero bytes for me as well ( Same error in the output window:
|
@sihde I see this in Code Insiders (and only recently) but not in the released vscode. Makes me wonder if somehow vscode-insiders somehow broke it. Also, if I run the install scripts manually they work fine. What versions of vscode are you using and does it repro on insiders and stable vscode? Thx. |
Also, what language are you using for Mac and vscode? (I'm using German for MacOS but I've tried English and German for vscode.) |
@StephenWeatherford , agreed it repros on Insiders but not the released version. I tested Insiders 1.65.0 from today's build and several earlier builds; they all failed. Released version 1.64.2 works OK. I'm on MacOS 12.2, US English. Probably Code Insiders changed something about the execution environment such that tar is missing LANG or some LC_* variables or something like that, though I am not able to nail down what exactly causes tar to emit that error. |
This is fixed as of the most recent Insiders build
|
Yay! |
Repro steps:
Extension Version: 1.0.0
Error Message: .NET Acquisition Failed: Installation failed: tar: Failed to set default locale
Error Stack: Error: .NET Acquisition Failed: Installation failed: tar: Failed to set default locale
This file is empty on my desk
The text was updated successfully, but these errors were encountered: