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
More completion refactoring around how completions are marshalled (#755)
* Refactor how completion items are marshalled
* It can be nice to see completion text and type
* Inline logging
* This is already being tracked in #764
* We're definitely not doing this and the logging is super annoying
* Rescue this comment
* Streamline completion item tracking
* Go back to keying on label. If we have future concerns about two different CompletionItems having the same label, new logging will alert us and we can dig deeper.
* Rename CompletionWithSource to CompletionItemWithSource and only track the first source that contributes the item.
* Transfer completion ownership to the finalizer
* Let the compiler infer the type
Co-authored-by: Davis Vaughan <[email protected]>
* Trace not debug
Co-authored-by: Davis Vaughan <[email protected]>
* Remove comment
---------
Co-authored-by: Davis Vaughan <[email protected]>
Co-authored-by: Davis Vaughan <[email protected]>
0 commit comments