We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc988a1 commit 2b09e54Copy full SHA for 2b09e54
src/server/protocol.ts
@@ -91,10 +91,8 @@ namespace ts.server.protocol {
91
/* @internal */
92
export type BreakpointStatement = "breakpointStatement";
93
export type CompilerOptionsForInferredProjects = "compilerOptionsForInferredProjects";
94
- export type LoadTypesMap = "loadTypesMap";
95
export type GetCodeFixes = "getCodeFixes";
96
97
- /* @internal */
98
export type GetCodeFixesFull = "getCodeFixes-full";
99
export type GetSupportedCodeFixes = "getSupportedCodeFixes";
100
}
0 commit comments