We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: When "dotnet" command outputs in local language
Trwa określanie projektów do przywrócenia... Przywrócono element C:\1\console.msbuildproj (w 725 ms).
Trwa określanie projektów do przywrócenia...
Przywrócono element C:\1\console.msbuildproj (w 725 ms).
It's not properly detected by install script and gives error.
Solution: According to this posts: Switch CLI to a non-system language #8686, How to change display language to English? #821. One should set environment variable "DOTNET_CLI_UI_LANGUAGE=en".
I did it globally but IMHO it should be done during installation.
The text was updated successfully, but these errors were encountered:
thanks @msokolowskihbz - I'll look into it
Sorry, something went wrong.
does it cause some issues? I don't see why it should be in english
Absolutly. Because in extension.ts line 210
Extension detects succes by string comparision and "Przywrócono element" do not match "Restore completed in"
No branches or pull requests
Problem:
When "dotnet" command outputs in local language
Trwa określanie projektów do przywrócenia...
Przywrócono element C:\1\console.msbuildproj (w 725 ms).
It's not properly detected by install script and gives error.
Solution:
According to this posts: Switch CLI to a non-system language #8686, How to change display language to English? #821.
One should set environment variable "DOTNET_CLI_UI_LANGUAGE=en".
I did it globally but IMHO it should be done during installation.
The text was updated successfully, but these errors were encountered: