Remove bad merge + unused cmd name

This commit is contained in:
Ryan Cavanaugh 2017-04-07 16:58:21 -07:00
parent fc988a16ee
commit 2b09e54baa

View File

@ -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";
}