We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Test for #142990
Complexity: 5
Create Issue
The drop into editor api has been finalized! This api lets extension hook into when something is dropped on a text editor
Use the drop into editor sample extension to test this API. Some things to test:
DocumentDropEdit
workbench.editor.dropIntoEditor.enabled
The text was updated successfully, but these errors were encountered:
editor.dropIntoEditor.enabled
Works super well! 😊
Sorry, something went wrong.
shift
DataTransfer.forEach
mimeType
No branches or pull requests
Test for #142990
Complexity: 5
Create Issue
Summary
The drop into editor api has been finalized! This api lets extension hook into when something is dropped on a text editor
Testing
Use the drop into editor sample extension to test this API. Some things to test:
DocumentDropEdit
(for example, creating a new file)workbench.editor.dropIntoEditor.enabled
disabled dropping into the editorThe text was updated successfully, but these errors were encountered: