This commit is contained in:
Logan Ramos 2021-07-01 14:00:17 -04:00
parent 490d47a13b
commit a77d8821e0
No known key found for this signature in database
GPG key ID: D9CCFF14F0B18183

View file

@ -601,6 +601,8 @@ export class EditorService extends Disposable implements EditorServiceImpl {
return [OverrideStatus.ABORT, undefined, undefined]; // we could not resolve the editor id
}
untypedEditor.options = untypedEditor.options?.override ? untypedEditor.options : { ...untypedEditor.options, override: DEFAULT_EDITOR_ASSOCIATION.id };
hasConflictingDefaults = populatedInfo.conflictingDefault;
}