We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43a39d8 + 14f0537 commit f32187dCopy full SHA for f32187d
src/vs/editor/browser/widget/codeEditorWidget.ts
@@ -73,6 +73,8 @@ export interface ICodeEditorWidgetOptions {
73
74
/**
75
* 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()]
78
* Defaults to EditorExtensionsRegistry.getEditorContributions().
79
*/
80
contributions?: IEditorContributionDescription[];
0 commit comments