Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in haskell-language-server and fsautocomplete #7

Open
tredeneo opened this issue Feb 5, 2022 · 2 comments · Fixed by #9
Open

Errors in haskell-language-server and fsautocomplete #7

tredeneo opened this issue Feb 5, 2022 · 2 comments · Fixed by #9

Comments

@tredeneo
Copy link

tredeneo commented Feb 5, 2022

I saw documentation these LSP and has "CodeLens"

on haskell(hls) show this error
172552

but work(strange format but work)
172623

on fsharp(fsautocomplete) show this error
172735

nvim:6.1

require("lspconfig").fsautocomplete.setup({
  on_attach = require("virtualtypes").on_attach,
})

require("lspconfig").hls.setup({
  on_attach = require("virtualtypes").on_attach,
})
@jubnzv
Copy link
Owner

jubnzv commented Feb 6, 2022

Thanks for the report. It will take some time to install these LSP servers and figure it out.

I'll take a look this week.

jubnzv added a commit that referenced this issue Feb 14, 2022
@haras-unicorn
Copy link
Contributor

haras-unicorn commented Mar 17, 2022

Same here with OmniSharp in a C# solution:

virtualtypes

EDIT: I'll try to apply a defensive coding strategy to fix this issue (check if the table is nil) and add a PR if it works for me at least as a starting point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants