We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5c3be commit da56a2cCopy full SHA for da56a2c
1 file changed
src/vs/editor/common/commonCodeEditor.ts
@@ -229,6 +229,7 @@ export abstract class CommonCodeEditor extends EventEmitter implements editorCom
229
public updateOptions(newOptions:editorCommon.IEditorOptions): void {
230
this._configuration.updateOptions(newOptions);
231
this._editorReadonly.set(this._configuration.editor.readOnly);
232
+ this._editorTabMovesFocusKey.set(this._configuration.editor.tabFocusMode);
233
}
234
235
public getConfiguration(): editorCommon.InternalEditorOptions {
0 commit comments