You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We know that HLS is likely to crash in this situation, specially in Mac OS, so perhaps HLS should use a WindowShowMessage LSP notification to warn the user and link to the documentation of the recommended solution, which is to build locally with dynamic linking.
The text was updated successfully, but these errors were encountered:
The warning is shown if you build hls with --enable-executable-dynamic, but i thought that way th would also works.
With that flag the executable uses dybnamic linking for system libs but no for haskell dependencies (like --ghc-options="dynamic")
We know that HLS is likely to crash in this situation, specially in Mac OS, so perhaps HLS should use a
WindowShowMessage
LSP notification to warn the user and link to the documentation of the recommended solution, which is to build locally with dynamic linking.The text was updated successfully, but these errors were encountered: