Git Product home page Git Product logo

Comments (4)

Hoffs avatar Hoffs commented on June 14, 2024

Hi,

From what I can see, it seems that OmniSharp LSP server is failing to initialize and then diagnostics are still trying to call the server, thus leading to all those log messages. This seems unrelated to this plugin, as it overrides specific handlers, not diagnostics ones. To confirm that, you could modify your config to remove the plugin and also any handler modifications.

One question that occurred to me is - does Hoffs/omnisharp-extended-lsp.nvim install OmniSharp/omnisharp-roslyn or am I supposed to be doing that manually?

This plugin does not perform any installation or configuration, it only builds on top of LSP. OmniSharp LSP configuration information can be found here - https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#omnisharp

from omnisharp-extended-lsp.nvim.

Hoffs avatar Hoffs commented on June 14, 2024

Looking around, I see from logs this has to do with csx files which have a bunch of issues related, e.g.:

I will close this because without dotnet script init or manually creating omnisharp.json with the following content: [...] nuget references are not supported.

Based on those, I would suggest trying one of the suggestions from those issues.

from omnisharp-extended-lsp.nvim.

Hoffs avatar Hoffs commented on June 14, 2024

You could also try to create a new dotnet project (dotnet new console) and see if issue persists.

from omnisharp-extended-lsp.nvim.

iryan2 avatar iryan2 commented on June 14, 2024

Thank you so much for looking into this. In a new dotnet project, go to definition (telescope_lsp_definitions()) appears to work after turning on the lang-omnisharp feature in :LazyExtras with no further configuration. I'll see if I can get references (telescope_lsp_references()) to work via custom LazyVim config.

I'll ask about the error flood in OmniSharp/omnisharp-roslyn too. Thanks again, really appreciate your help.

from omnisharp-extended-lsp.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.