Skip to content

Commit ac460e3

Browse files
author
Andy Hanson
committed
code review
1 parent 77494d6 commit ac460e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/editorServices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ namespace ts.server {
18041804
const path = toNormalizedPath(uncheckedFileName);
18051805
const info = this.getScriptInfoForNormalizedPath(path);
18061806
if (info) return info;
1807-
const configProject = this.configuredProjects.get(this.toCanonicalFileName(uncheckedFileName));
1807+
const configProject = this.configuredProjects.get(this.toCanonicalFileName(path));
18081808
return configProject && configProject.getCompilerOptions().configFile;
18091809
}
18101810

0 commit comments

Comments
 (0)