-
Notifications
You must be signed in to change notification settings - Fork 420
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
intellisense performance poor in Omnisharp 1.37.2 #1982
Comments
did you upgrade from 1.37.1 to 1.37.2 or from some other version? there were no major changes to completion in 1.37.2. you can set |
I didn't manually upgrade, I just noticed that the vscode extension was updating omnisharp, so I'm not sure what version it was upgrading from. I'm only working on one project right now, I can check other projects tomorrow. This is the project / branch that I noticed the issue: https://github.com/neo-project/neo-express/tree/devhawk/nxp |
thanks, you are right, I can repro this using the project you link on a Mac (on Windows it performs very good). @JoeRobich @333fred any ideas? |
FWIW, I'm using windows |
Are you sure you mean #1962? Did we already do a release with that in it? |
Yeah we just released v1.37.2 |
Hmm. I can try to take a look, but there being a completion regression there surprises me. It doesn't even touch that area. |
I am seeing the same :( |
it looks like the regression is on codecheck which then impacts the completion |
@filipw I can do a targeted revert tonight: I'll bring the old caching behavior back, and make the fixall service not depend on the analyzer diagnostic worker for diagnostics in a different way. However, this implies that completion itself may have bugs where it's not using up-to-date semantic info. I'm not sure how that would manifest exactly, but there's likely something. |
thank you! we need to invest in performance testing 😩 |
VSCode on my machine updated to Omnisharp 1.37.2 this afternoon. Intellisense performance has fallen off a cliff. Operations that were instant before are now taking upwards of 10 seconds, making intellisense shortcuts basically unusable.
is there some type of log I can capture to assist in debugging?
The text was updated successfully, but these errors were encountered: