Skip to content

Commit f32187d

Browse files
authored
Merge pull request microsoft#188212 from microsoft/merogge/doc-bug
add info about what happens for contributions
2 parents 43a39d8 + 14f0537 commit f32187d

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)