strict null trouble

This commit is contained in:
Johannes Rieken
2019-03-19 15:45:18 +01:00
parent 6c17a35f11
commit cfd4cb8c81
3 changed files with 5 additions and 3 deletions

View File

@@ -216,7 +216,7 @@ export interface IUndoStopOptions {
}
export interface IApplyEditsOptions extends IUndoStopOptions {
setEndOfLine: EndOfLineSequence;
setEndOfLine?: EndOfLineSequence;
}
export interface ITextDocumentShowOptions {