-
Notifications
You must be signed in to change notification settings - Fork 677
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
Support async completion #4116
Support async completion #4116
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4116 +/- ##
===========================================
+ Coverage 68.76% 86.02% +17.25%
===========================================
Files 109 60 -49
Lines 4325 1860 -2465
Branches 756 215 -541
===========================================
- Hits 2974 1600 -1374
+ Misses 1153 200 -953
+ Partials 198 60 -138
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
486c831
to
4a9bcf5
Compare
* upstream/master: Define newly added referencesCodeLens.filteredSymbols option in package.json Add option for additional filters for codelens suppression
@JoeRobich @filipw for review. |
@filipw could you take a look? It'd be good to get this in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me! ✨
vscode side of OmniSharp/omnisharp-roslyn#1986.