fsprojects / fsharp-language-server

Other
219 stars 37 forks source link

DOTNET_SYSTEM_GLOBALIZATION_INVARIANT error #112

Closed ken-okabe closed 2 years ago

ken-okabe commented 2 years ago

After the initial install to VSCode extension "F# Language Server" v0.1.28 to ArchLinux VisualStudioCode 1.70.0

OUTPUT

Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support.

Setting to my shell as below

export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1

then code ./ launch resolved the issue.

cf.) https://stackoverflow.com/a/64370938/11316608

ken-okabe commented 2 years ago

Sorry, this is the old, non updated LS. confusing.