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

Verify finalization of the paste api #238916

Closed
2 tasks done
mjbvz opened this issue Jan 28, 2025 · 0 comments
Closed
2 tasks done

Verify finalization of the paste api #238916

mjbvz opened this issue Jan 28, 2025 · 0 comments

Comments

@mjbvz
Copy link
Collaborator

mjbvz commented Jan 28, 2025

Test for #30066

Complexity: 3

Create Issue


The document paste api has already gone through pretty extensive testing over a number of iterations. We have now finalized this API so for this test plan item, I'd like one last sanity pass over the API to check that everything works as expected

Testing

  1. Use the document paste API sample here: https://github.com/microsoft/vscode-extension-samples/tree/main/document-paste

  2. Confirm you can run this without any proposed API enabled flags (you will still need the vscode.d.ts from main for now)

  3. Look over the sample code and confirm it is document. Also give it a test and confirm you can use the custom copy paste behavior from the sample

  4. Review the docs for the finalized api in vscode.d.ts. Start at registerDocumentPasteEditProvider and look through all the related types and their documentation. Make sure these look good. You can also use intellisense in the document paste sample to review the rendered docs

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

No branches or pull requests

4 participants