Replies: 1 comment 2 replies
-
I think right now this is because FSAC is hard-coding its set of provided 'satellite localization assemblies' to
These would first need to be rewritten with more correct triggering logic. So to enable locale-awareness all up, we would need to:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The language server in Visual Studio can display localized keyword descriptions, errors hints and localized comments of libraries (when there is localized comment file in their packages), but Ionide can't. So can Ionide display localized text like in Visual Studio?
examples in Visual Studio:
currently in Ionide:
dotnet fsi
anddotnet build
also can give localized texts.Beta Was this translation helpful? Give feedback.
All reactions