mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Further grouping of resolved editor options
This commit is contained in:
@@ -272,7 +272,7 @@ export class MainThreadTextEditor {
|
||||
let cursorStyle = this._configuration ? this._configuration.cursorStyle : EditorCommon.TextEditorCursorStyle.Line;
|
||||
if (codeEditor) {
|
||||
let codeEditorOpts = codeEditor.getConfiguration();
|
||||
cursorStyle = codeEditorOpts.cursorStyle;
|
||||
cursorStyle = codeEditorOpts.viewInfo.cursorStyle;
|
||||
}
|
||||
|
||||
let indent = model.getOptions();
|
||||
|
||||
Reference in New Issue
Block a user