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.
1 parent bfdd302 commit 14f0537Copy full SHA for 14f0537
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