Skip to content

Commit 3ce48cb

Browse files
author
Loïc Mangeonjean
committed
fix: do not redeclare IEditor interface
1 parent cba40c0 commit 3ce48cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup/rollup.types.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const DIST_DIR = path.join(__dirname, '../dist')
2020
const interfaceOverride = new Map<string, string>()
2121
interfaceOverride.set('Event<T>', 'vscode.Event<T>')
2222
interfaceOverride.set('ICodeEditor', 'monaco.editor.ICodeEditor')
23+
interfaceOverride.set('IEditor', 'monaco.editor.IEditor')
2324
interfaceOverride.set('URI', 'monaco.Uri')
2425
interfaceOverride.set('ITextModel', 'monaco.editor.ITextModel')
2526
interfaceOverride.set('vs/editor/common/config/editorOptions:IEditorOptions', 'monaco.editor.IEditorOptions')

0 commit comments

Comments
 (0)