未验证 提交 e6b55f3e 编写于 作者: L Logan Ramos

Fix #129083

上级 4ef050e5
......@@ -66,7 +66,9 @@ export class PreferencesContribution implements IWorkbenchContribution {
label: nls.localize('splitSettingsEditorLabel', "Split Settings Editor"),
priority: RegisteredEditorPriority.builtin,
},
{},
{
canHandleDiff: false,
},
({ resource, options }): IEditorInputWithOptions => {
// Global User Settings File
if (isEqual(resource, this.environmentService.settingsResource)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册