Skip to content

Commit

Permalink
Fix #127792
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 committed Jul 1, 2021
1 parent 490d47a commit a77d882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vs/workbench/services/editor/browser/editorService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a77d882

Please sign in to comment.