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

Test finalized drop in editor api #156223

Closed
3 tasks done
mjbvz opened this issue Jul 25, 2022 · 1 comment
Closed
3 tasks done

Test finalized drop in editor api #156223

mjbvz opened this issue Jul 25, 2022 · 1 comment

Comments

@mjbvz
Copy link
Collaborator

mjbvz commented Jul 25, 2022

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:

  • Check the documentation of the various api types
  • Check that you can handle drops from the VS Code explorer and from the OS
  • Try returning a workspace edit on DocumentDropEdit (for example, creating a new file)
  • Check that setting workbench.editor.dropIntoEditor.enabled disabled dropping into the editor
  • Try dropping into notebook cells
@andreamah
Copy link
Contributor

Works super well! 😊

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants