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 76ccefb commit 0f5d626Copy full SHA for 0f5d626
src/server/editorServices.ts
@@ -1884,7 +1884,7 @@ namespace ts.server {
1884
const path = toNormalizedPath(uncheckedFileName);
1885
const info = this.getScriptInfoForNormalizedPath(path);
1886
if (info) return info;
1887
- const configProject = this.configuredProjects.get(this.toCanonicalFileName(path));
+ const configProject = this.configuredProjects.get(this.toPath(uncheckedFileName));
1888
return configProject && configProject.getCompilerOptions().configFile;
1889
}
1890
0 commit comments