Skip to content

Commit fc8bc8b

Browse files
committed
remove temp notes
1 parent e212f1e commit fc8bc8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/session.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,8 +1307,8 @@ namespace ts.server {
13071307
private getProjects(args: protocol.FileRequestArgs, getScriptInfoEnsuringProjectsUptoDate?: boolean, ignoreNoProjectError?: boolean): Projects {
13081308
let projects: readonly Project[] | undefined;
13091309
let symLinkedProjects: MultiMap<Project> | undefined;
1310-
if (args.projectFileName) { // manually specified tsconfig, not sure anybody does this (but be sure to note it in the fix)
1311-
const project = this.getProject(args.projectFileName); // and we only get here when currentFileOnly is off
1310+
if (args.projectFileName) {
1311+
const project = this.getProject(args.projectFileName);
13121312
if (project) {
13131313
projects = [project];
13141314
}

0 commit comments

Comments
 (0)