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.
2 parents b6799d7 + 1793652 commit 761c739Copy full SHA for 761c739
src/server/utilities.ts
@@ -43,7 +43,7 @@ namespace ts.server {
43
return <Path>"";
44
case ProjectKind.External:
45
const projectName = normalizeSlashes(project.getProjectName());
46
- return project.projectService.host.fileExists(projectName) ? <Path>getDirectoryPath(projectName) : <Path>projectName;
+ return <Path>getDirectoryPath(projectName);
47
}
48
49
0 commit comments