when language service is disabled - build program using only open files (#12809)

This commit is contained in:
Vladimir Matveev
2016-12-13 13:21:32 -08:00
committed by GitHub
parent c71e6cc9ef
commit e68161adfa
6 changed files with 132 additions and 108 deletions

View File

@@ -904,6 +904,11 @@ namespace ts.server.protocol {
* Current set of compiler options for project
*/
options: ts.CompilerOptions;
/**
* true if project language service is disabled
*/
languageServiceDisabled: boolean;
}
/**