Skip to content

Commit dc2f5d8

Browse files
committed
Update tree dnd doc comment
1 parent aa3bf65 commit dc2f5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9836,7 +9836,7 @@ declare module 'vscode' {
98369836
* The mime types that the {@link TreeDragAndDropController.handleDrag `handleDrag`} method of this `TreeDragAndDropController` may add to the tree data transfer.
98379837
* This could be well-defined, existing, mime types, and also mime types defined by the extension.
98389838
*
9839-
* The recommended mime type of the tree will be automatically added.
9839+
* The recommended mime type of the tree (`application/vnd.code.tree.<treeidlowercase>`) will be automatically added.
98409840
*/
98419841
readonly dragMimeTypes: string[];
98429842

0 commit comments

Comments
 (0)