Skip to content

Commit ee46d06

Browse files
committed
Fix microsoft#96688. jsdoc for registerCustomEditorViewTypesHandler.
1 parent 470c28c commit ee46d06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vs/workbench/services/editor/common/editorService.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ export interface IEditorService {
247247

248248
/**
249249
* Register handlers for custom editor view types.
250+
* The handler will provide all available custom editors registered
251+
* and also notify the editor service when a custom editor view type is registered/unregistered.
250252
*/
251253
registerCustomEditorViewTypesHandler(source: string, handler: ICustomEditorViewTypesHandler): IDisposable;
252254

0 commit comments

Comments
 (0)