We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf1105 commit 6ae543bCopy full SHA for 6ae543b
1 file changed
src/server/session.ts
@@ -854,7 +854,7 @@ namespace ts.server {
854
highPriorityFiles.push(fileNameInProject);
855
else {
856
let info = this.projectService.getScriptInfo(fileNameInProject);
857
- if (!info || !info.isOpen) {
+ if (!info.isOpen) {
858
if (fileNameInProject.indexOf(".d.ts") > 0)
859
veryLowPriorityFiles.push(fileNameInProject);
860
else
0 commit comments