Skip to content

Commit 1781008

Browse files
authored
Merge pull request #11538 from Microsoft/vladima/remove-oneInferredProject
remove unused property from the protocol
2 parents ca8057e + ea8043f commit 1781008

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/server/protocol.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -624,11 +624,6 @@ declare namespace ts.server.protocol {
624624
* The format options to use during formatting and other code editing features.
625625
*/
626626
formatOptions?: FormatOptions;
627-
628-
/**
629-
* If set to true - then all loose files will land into one inferred project
630-
*/
631-
useOneInferredProject?: boolean;
632627
}
633628

634629
/**

0 commit comments

Comments
 (0)