Skip to content

Commit da56a2c

Browse files
committed
workaround missing config change event, microsoft#9705
1 parent 6d5c3be commit da56a2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/editor/common/commonCodeEditor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ export abstract class CommonCodeEditor extends EventEmitter implements editorCom
229229
public updateOptions(newOptions:editorCommon.IEditorOptions): void {
230230
this._configuration.updateOptions(newOptions);
231231
this._editorReadonly.set(this._configuration.editor.readOnly);
232+
this._editorTabMovesFocusKey.set(this._configuration.editor.tabFocusMode);
232233
}
233234

234235
public getConfiguration(): editorCommon.InternalEditorOptions {

0 commit comments

Comments
 (0)