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
There appears to be something wrong with the hackage docs of lsp-types, in particular:
If you open Language.LSP.Protoco.Message and press ctrs-S to search for names, typing Method says that there is no such name. However, if you just use the ordinary "find in page" capability of the browser, the definition of Method is clearly there.
If you click on the index link for lsp-types you get an empty page.
When you browse the docs for lsp, (e.g., Language.LSP.Server), a bunch of the types that come from lsp-types are not hyperlinked (e.g., NormalizedUri, Method, ClientToServer, etc).
The text was updated successfully, but these errors were encountered:
EDIT: I'm unable to reproduce this locally.
Doing the following
cd lsp-types
cabal haddock
# open the resulting docs directory in the browser - it contains full index of things
../dist-newstyle/build/x86_64-linux/ghc-9.4.8/lsp-types-2.1.1.0/doc/html/lsp-types/doc-index.html
There appears to be something wrong with the hackage docs of
lsp-types
, in particular:Language.LSP.Protoco.Message
and pressctrs-S
to search for names, typingMethod
says that there is no such name. However, if you just use the ordinary "find in page" capability of the browser, the definition ofMethod
is clearly there.index
link forlsp-types
you get an empty page.lsp
, (e.g.,Language.LSP.Server
), a bunch of the types that come fromlsp-types
are not hyperlinked (e.g.,NormalizedUri
,Method
,ClientToServer
, etc).The text was updated successfully, but these errors were encountered: