API Compatibility Report shows wrong Results #18085
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P2
Has a minor but important impact to the usage or development of the system.
When looking at https://che-incubator.github.io/vscode-theia-comparator/status.html, I noticed that "registerCompletionItemProvider" is marked as "not implemented". However, that API has been present for a long time.
I suspect that a change in the definition of the type "CompletionItemProvider" causes this problem: we should analyze whether this represents real breakage and alternatively fix the tool or the API. FWIW, the change in CompletionItemProvider was:
from before:
The text was updated successfully, but these errors were encountered: