This commit is contained in:
Alex Dima
2019-02-18 16:41:01 +01:00
parent 5f70fddbfa
commit b164459bf8
23 changed files with 259 additions and 293 deletions

View File

@@ -176,7 +176,7 @@ export interface MainThreadDocumentsShape extends IDisposable {
export interface ITextEditorConfigurationUpdate {
tabSize?: number | 'auto';
indentSize?: number | 'tab';
indentSize?: number | 'tabSize';
insertSpaces?: boolean | 'auto';
cursorStyle?: TextEditorCursorStyle;
lineNumbers?: TextEditorLineNumbersStyle;