Skip to content
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

Add missing property to CustomDocumentOpenContext #10784

Merged
merged 1 commit into from
Feb 23, 2022

Commits on Feb 22, 2022

  1. Add missing property to CustomDocumentOpenContext

    VSCode defines the optional property `untitledDocumentData` in
    `CustomDocumentOpenContext`. In theia.d.ts, this property is however
    missing. As it is optional and is not used from the main implementation,
    this change is merely achieving source compatibility, but prepares its
    usage in the ext implementation of the plugin API.
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Philip Langer <[email protected]>
    
    Fixes eclipse-theia#10005
    
    Change-Id: I1b4d67b5b11fa2c94a8590aac6b8ad0f040cee94
    planger committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    437d657 View commit details
    Browse the repository at this point in the history