Skip to content

Commit

Permalink
Merge pull request #543 from rubenfiszel/patch-1
Browse files Browse the repository at this point in the history
Update rollup.config.ts to expose hoverContribution
  • Loading branch information
CGNonofr authored Dec 13, 2024
2 parents 2c59c3b + 66b2086 commit c228c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const EDITOR_API_EXPOSE_MODULES = [
'vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution',
'vs/editor/contrib/format/browser/formatActions',
'vs/editor/contrib/bracketMatching/browser/bracketMatching',
'vs/editor/contrib/hover/browser/hoverContribution',
'vs/editor/browser/coreCommands',
'vs/editor/contrib/clipboard/browser/clipboard',
'vs/editor/contrib/cursorUndo/browser/cursorUndo',
Expand Down

1 comment on commit c228c61

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.