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
Hi @loeffel-io, Loading projects requires performing design-time builds of all the projects in order to determine necessary references. I would expect this to take around the same time as performing a cold build. OmniSharp does have a LoadProjectsOnDemand option which might improve your scenario by only loading projects that have open files. You can see the list of configuration options at https://github.com/OmniSharp/omnisharp-roslyn/wiki/Configuration-Options#msbuild
This is my neovim setup for my unity project:
it takes around 5 minutes until everything is loaded - this is unacceptable - gopls loads my insane big project instantly.
do i need to exclude some directories or something or is this startup speed normal? If yes, how?
file tree depth 1
The text was updated successfully, but these errors were encountered: