interactive.d.ts (https://github.com/microsoft/vscode/pull/179071) - note: some other updates there, but will likely disapear in next version (some code updated in 1.78 and then more code was deleted on main)
According to command line report for proposed API usage on 1.78.0 version of the builtins
the removed proposed APIs (that are now public APIs) are impacting builtins, so the public API shall be updated according to these APIs.
2 extensions (markdown-language-features & ipynb) rely on proposed APIs that were modified (dropMetadata - added API and documentPaste - only comments)
Sources
Evaluation
InlineCompletionList
and added a required parameter onhandleDidShowCompletionItem()