Skip to content

Lay down LS localization suppression file on Linux #5247

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

Closed
MikhailArkhipov opened this issue Apr 13, 2019 · 1 comment
Closed

Lay down LS localization suppression file on Linux #5247

MikhailArkhipov opened this issue Apr 13, 2019 · 1 comment
Assignees

Comments

@MikhailArkhipov
Copy link

MikhailArkhipov commented Apr 13, 2019

microsoft/python-language-server#170

In order to better support Linux containers please add the following to Microsoft.Python.LanguageServer.runtimeconfig.json in the LS folder on Linux:

{
  "runtimeOptions": {
    "configProperties": {
      "System.Globalization.Invariant": true
    }
  }
}

Even better if this can be done only in containers so we don't lose potential localization on Linux in general. It is not appropriate for the LS to suppress localization in general (consider Visual Studio, for example).

@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Apr 13, 2019
@MikhailArkhipov MikhailArkhipov self-assigned this Apr 13, 2019
@DonJayamanne
Copy link

Duplicate of #5043

@DonJayamanne DonJayamanne marked this as a duplicate of #5043 Apr 14, 2019
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Apr 14, 2019
@lock lock bot locked as resolved and limited conversation to collaborators May 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants