We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77494d6 commit ac460e3Copy full SHA for ac460e3
src/server/editorServices.ts
@@ -1804,7 +1804,7 @@ namespace ts.server {
1804
const path = toNormalizedPath(uncheckedFileName);
1805
const info = this.getScriptInfoForNormalizedPath(path);
1806
if (info) return info;
1807
- const configProject = this.configuredProjects.get(this.toCanonicalFileName(uncheckedFileName));
+ const configProject = this.configuredProjects.get(this.toCanonicalFileName(path));
1808
return configProject && configProject.getCompilerOptions().configFile;
1809
}
1810
0 commit comments