Skip to content

Commit 14f0537

Browse files
committed
add info about what happens for contributions
1 parent bfdd302 commit 14f0537

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/editor/browser/widget/codeEditorWidget.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ export interface ICodeEditorWidgetOptions {
7373

7474
/**
7575
* Contributions to instantiate.
76+
* When provided, only the contributions included will be instantiated.
77+
* To include the defaults, those must be provided as well via [...EditorExtensionsRegistry.getEditorContributions()]
7678
* Defaults to EditorExtensionsRegistry.getEditorContributions().
7779
*/
7880
contributions?: IEditorContributionDescription[];

0 commit comments

Comments
 (0)