File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ namespace ts.server {
186
186
/* @internal */
187
187
export const BreakpointStatement : protocol . CommandTypes . BreakpointStatement = "breakpointStatement" ;
188
188
export const CompilerOptionsForInferredProjects : protocol . CommandTypes . CompilerOptionsForInferredProjects = "compilerOptionsForInferredProjects" ;
189
- export const LoadTypesMap : protocol . CommandTypes . LoadTypesMap = "loadTypesMap" ;
190
189
export const GetCodeFixes : protocol . CommandTypes . GetCodeFixes = "getCodeFixes" ;
191
190
/* @internal */
192
191
export const GetCodeFixesFull : protocol . CommandTypes . GetCodeFixesFull = "getCodeFixes-full" ;
@@ -1766,11 +1765,6 @@ namespace ts.server {
1766
1765
this . setCompilerOptionsForInferredProjects ( request . arguments ) ;
1767
1766
return this . requiredResponse ( true ) ;
1768
1767
} ,
1769
- [ CommandNames . LoadTypesMap ] : ( request : protocol . FileRequest ) => {
1770
- const loadArgs = < protocol . FileRequestArgs > request . arguments ;
1771
- this . projectService . loadSafeList ( loadArgs . file ) ;
1772
- return this . notRequired ( ) ;
1773
- } ,
1774
1768
[ CommandNames . ProjectInfo ] : ( request : protocol . ProjectInfoRequest ) => {
1775
1769
return this . requiredResponse ( this . getProjectInfo ( request . arguments ) ) ;
1776
1770
} ,
You can’t perform that action at this time.
0 commit comments