You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Confirm you can run this without any proposed API enabled flags (you will still need the vscode.d.ts from main for now)
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
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
The text was updated successfully, but these errors were encountered:
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
Use the document paste API sample here: https://github.com/microsoft/vscode-extension-samples/tree/main/document-paste
Confirm you can run this without any proposed API enabled flags (you will still need the
vscode.d.ts
from main for now)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
Review the docs for the finalized api in
vscode.d.ts
. Start atregisterDocumentPasteEditProvider
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 docsThe text was updated successfully, but these errors were encountered: