提交 e86b2879 编写于 作者: S Sandeep Somavarapu

Fix #17458

上级 3a5847f1
......@@ -244,7 +244,7 @@ class DefaultPreferencesCodeEditor extends CodeEditor {
protected _getContributions(): IEditorContributionCtor[] {
let contributions = super._getContributions();
let skipContributions = [FoldingController.prototype, SelectionHighlighter.prototype, FindController.prototype];
contributions.filter(c => skipContributions.indexOf(c.prototype) === -1);
contributions = contributions.filter(c => skipContributions.indexOf(c.prototype) === -1);
contributions.push(DefaultSettingsEditorContribution);
return contributions;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册