Skip to content

Commit c272c3c

Browse files
committed
Comment update
1 parent b031777 commit c272c3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/server/protocol.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1306,9 +1306,9 @@ namespace ts.server.protocol {
13061306
options: ExternalProjectCompilerOptions;
13071307

13081308
/**
1309-
* Specifies the project root path used to scope commpiler options.
1310-
* This message is ignored if this property has been specified and the server is not
1311-
* configured to create an inferred project per project root.
1309+
* Specifies the project root path used to scope compiler options.
1310+
* It is an error to provide this property if the server has not been started with
1311+
* `useInferredProjectPerProjectRoot` enabled.
13121312
*/
13131313
projectRootPath?: string;
13141314
}

0 commit comments

Comments
 (0)