mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:31:48 +00:00
Fix #127792
This commit is contained in:
parent
490d47a13b
commit
a77d8821e0
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue