From https://github.com/microsoft/vscode/pull/82813. Ideally a component does not have to cast to `EditorPart` but rather rely on some kind of service (like a new `IEditorDragAndDropService`). Refs: https://github.com/microsoft/vscode/blob/a46824c2e9f90b13cb400fe149044acfeb97f2c2/src/vs/workbench/contrib/webview/browser/webviewEditor.ts#L185
From #82813. Ideally a component does not have to cast to
EditorPartbut rather rely on some kind of service (like a newIEditorDragAndDropService).Refs:
vscode/src/vs/workbench/contrib/webview/browser/webviewEditor.ts
Line 185 in a46824c