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

Support property Text in DocumentDropOrPasteEditKind #14605

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rschnekenbu
Copy link
Contributor

What it does

This PR introduces the new static readonly TEXT property in DocumentDropOrPasteEditKind in the documentPaste proposed API. It is intialized to its value in types-impl file. It will be later used by other extensions to build additional kinds or to specifiy yieldTo informations. See for example::

fixes #14603

How to test

You can simply build the typescript or markdown extension using this API and check if errors are provided at startup or runtime.

Follow-ups

None

Breaking changes

  • This PR introduces breaking changes and requires careful review. If yes, the breaking changes section in the changelog has been updated. - NO breaking changes

Attribution

contributed on behalf of STMicroelectronics

Review checklist

Reminder for reviewers

fixes eclipse-theia#14603

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
@rschnekenbu rschnekenbu added the vscode issues related to VSCode compatibility label Dec 10, 2024
@rschnekenbu rschnekenbu self-assigned this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
Status: Waiting on reviewers
Development

Successfully merging this pull request may close these issues.

[vscode] documentPaste proposed API evolution with VS Code 1.96
1 participant