-
I was trying to use the hls I got the issue output as follows, Does anyone know how to enable that plugin?
thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
It seems the hls settings doesn't work on the jupyterlab-lsp https://github.com/jupyter-lsp/jupyterlab-lsp#configuring-the-servers |
Beta Was this translation helpful? Give feedback.
-
In HLS, each plugin specifies the file extensions it knows how to handle. Did HLS ever work for jupyter notebooks? Since jupyter requires a custom ghc version to compile successfully, seems like this would never have worked, unless you maintain a fork of HLS? |
Beta Was this translation helpful? Give feedback.
-
Yeh, jupyter-lsp/jupyterlab-lsp#313 @fendor thanks, I got the same answer from other people. I should be patient for https://github.com/codedownio/haskell-notebook-language-server. |
Beta Was this translation helpful? Give feedback.
In HLS, each plugin specifies the file extensions it knows how to handle.
The ghcide plugin, which takes care of
.hs
,.lhs
, etc... files, probably doesn't want to handle the jupyter notebook extension. That looks like an unintentional behaviour change introduced by #2945.Did HLS ever work for jupyter notebooks? Since jupyter requires a custom ghc version to compile successfully, seems like this would never have worked, unless you maintain a fork of HLS?