mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
strict null trouble
This commit is contained in:
@@ -216,7 +216,7 @@ export interface IUndoStopOptions {
|
||||
}
|
||||
|
||||
export interface IApplyEditsOptions extends IUndoStopOptions {
|
||||
setEndOfLine: EndOfLineSequence;
|
||||
setEndOfLine?: EndOfLineSequence;
|
||||
}
|
||||
|
||||
export interface ITextDocumentShowOptions {
|
||||
|
||||
Reference in New Issue
Block a user