Skip to content

Commit c228c61

Browse files
authored
Merge pull request #543 from rubenfiszel/patch-1
Update rollup.config.ts to expose hoverContribution
2 parents 2c59c3b + 66b2086 commit c228c61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup/rollup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ const EDITOR_API_EXPOSE_MODULES = [
9696
'vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution',
9797
'vs/editor/contrib/format/browser/formatActions',
9898
'vs/editor/contrib/bracketMatching/browser/bracketMatching',
99+
'vs/editor/contrib/hover/browser/hoverContribution',
99100
'vs/editor/browser/coreCommands',
100101
'vs/editor/contrib/clipboard/browser/clipboard',
101102
'vs/editor/contrib/cursorUndo/browser/cursorUndo',

0 commit comments

Comments
 (0)