We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b031777 commit c272c3cCopy full SHA for c272c3c
src/server/protocol.ts
@@ -1306,9 +1306,9 @@ namespace ts.server.protocol {
1306
options: ExternalProjectCompilerOptions;
1307
1308
/**
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.
+ * Specifies the project root path used to scope compiler options.
+ * It is an error to provide this property if the server has not been started with
+ * `useInferredProjectPerProjectRoot` enabled.
1312
*/
1313
projectRootPath?: string;
1314
}
0 commit comments