mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
add tests, add ctor
This commit is contained in:
@@ -411,6 +411,10 @@ export class EndOfLineEdit {
|
||||
static readonly CRLF: EndOfLineEdit = Object.freeze({ newEol: EndOfLine.CRLF });
|
||||
|
||||
newEol: EndOfLine;
|
||||
|
||||
constructor(newEol: EndOfLine) {
|
||||
this.newEol = newEol;
|
||||
}
|
||||
}
|
||||
|
||||
export class TextEdit {
|
||||
|
||||
Reference in New Issue
Block a user