-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Labels
vscode
issues related to VSCode compatibility
Comments
6 tasks
4 tasks
This is needed as part of #11778, so I'm doing this as part of fixing that bug. |
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>
1 task
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
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: