remove unused property from the protocol

This commit is contained in:
Vladimir Matveev 2016-10-11 09:47:24 -07:00
parent ca8057e5c7
commit ea8043f42e

View File

@ -624,11 +624,6 @@ declare namespace ts.server.protocol {
* The format options to use during formatting and other code editing features.
*/
formatOptions?: FormatOptions;
/**
* If set to true - then all loose files will land into one inferred project
*/
useOneInferredProject?: boolean;
}
/**