tsserver should use newline provided by the host (#13185)

This commit is contained in:
Vladimir Matveev
2016-12-27 11:59:56 -08:00
committed by GitHub
parent bec32d4721
commit 77a3dfbcfc
3 changed files with 39 additions and 4 deletions

View File

@@ -135,6 +135,10 @@ namespace ts.server {
}
}
getNewLine() {
return this.host.newLine;
}
getProjectVersion() {
return this.project.getProjectVersion();
}