diff --git a/src/server/protocol.ts b/src/server/protocol.ts index bc96099f5e1..0bf13df7f4b 100644 --- a/src/server/protocol.ts +++ b/src/server/protocol.ts @@ -91,10 +91,8 @@ namespace ts.server.protocol { /* @internal */ export type BreakpointStatement = "breakpointStatement"; export type CompilerOptionsForInferredProjects = "compilerOptionsForInferredProjects"; - export type LoadTypesMap = "loadTypesMap"; export type GetCodeFixes = "getCodeFixes"; /* @internal */ - /* @internal */ export type GetCodeFixesFull = "getCodeFixes-full"; export type GetSupportedCodeFixes = "getSupportedCodeFixes"; }