Curious if anybody has got to work use of locally installed rust documentation instead of the web one?
I mean to force rust-analyzer return links in hover documentation on local filesystem, by setting experimental initialization option localDocs
to true.
It seems in my Emacs/Eglot environment this option is ignored. Does it work in VSCode at least?