Better handling of cursorStyle

This commit is contained in:
Alex Dima
2016-03-12 16:11:19 +01:00
parent 0e6a43b9f6
commit 9d00c59b91
6 changed files with 36 additions and 34 deletions

View File

@@ -134,7 +134,7 @@ export class ExtHostAPIImplementation {
this.OverviewRulerLane = EditorCommon.OverviewRulerLane;
this.TextEditorRevealType = TextEditorRevealType;
this.EndOfLine = extHostTypes.EndOfLine;
this.TextEditorCursorStyle = extHostTypes.TextEditorCursorStyle;
this.TextEditorCursorStyle = EditorCommon.TextEditorCursorStyle;
errors.setUnexpectedErrorHandler((err) => {
this._proxy.onUnexpectedExtHostError(errors.transformErrorForSerialization(err));