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

[vscode] Support DataTransfer #11776

Closed
3 tasks
Tracked by #11779
rschnekenbu opened this issue Oct 17, 2022 · 1 comment · Fixed by #12065
Closed
3 tasks
Tracked by #11779

[vscode] Support DataTransfer #11776

rschnekenbu opened this issue Oct 17, 2022 · 1 comment · Fixed by #12065
Assignees
Labels
vscode issues related to VSCode compatibility

Comments

@rschnekenbu
Copy link
Contributor

A DataTransfer is a map containing a mapping of the mime type of the corresponding transferred data.
API is available since VSCode 1.66.0

The API consists of:

@tsmaeder
Copy link
Contributor

tsmaeder commented Jan 5, 2023

This is needed as part of #11778, so I'm doing this as part of fixing that bug.

@tsmaeder tsmaeder self-assigned this Jan 5, 2023
tsmaeder added a commit to tsmaeder/theia that referenced this issue Jan 8, 2023
…ipse-theia#11776

Adds support for contributing drag and drop controller in the tree view
plugin API

Contributed on behalf of ST Microelectronics

Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
tsmaeder added a commit to tsmaeder/theia that referenced this issue Jan 12, 2023
…ipse-theia#11776

Adds support for contributing drag and drop controller in the tree view
plugin API

Contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
tsmaeder added a commit to tsmaeder/theia that referenced this issue Jan 13, 2023
…ipse-theia#11776

Adds support for contributing drag and drop controller in the tree view
plugin API

Contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
tsmaeder added a commit to tsmaeder/theia that referenced this issue Jan 19, 2023
…ipse-theia#11776

Adds support for contributing drag and drop controller in the tree view
plugin API

Contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
tsmaeder added a commit that referenced this issue Jan 20, 2023
Support tree view drag and drop. Fixes #11778, Fixes #11776

Adds support for contributing drag and drop controller in the tree view
plugin API

Contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
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
None yet
Development

Successfully merging a pull request may close this issue.

3 participants