Further grouping of resolved editor options

This commit is contained in:
Alex Dima
2016-05-06 13:49:22 +02:00
parent e9bc635074
commit b2286a1f6d
24 changed files with 266 additions and 207 deletions

View File

@@ -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();