Skip to content

Commit 2b09e54

Browse files
committed
Remove bad merge + unused cmd name
1 parent fc988a1 commit 2b09e54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/server/protocol.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,8 @@ namespace ts.server.protocol {
9191
/* @internal */
9292
export type BreakpointStatement = "breakpointStatement";
9393
export type CompilerOptionsForInferredProjects = "compilerOptionsForInferredProjects";
94-
export type LoadTypesMap = "loadTypesMap";
9594
export type GetCodeFixes = "getCodeFixes";
9695
/* @internal */
97-
/* @internal */
9896
export type GetCodeFixesFull = "getCodeFixes-full";
9997
export type GetSupportedCodeFixes = "getSupportedCodeFixes";
10098
}

0 commit comments

Comments
 (0)