File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ function makeServicesHost(
5757 * getDirectories is also required for full import and type reference completions.
5858 * Without it defined, certain completions will not be provided
5959 */
60- getDirectories : typescript . sys ? ( < any > typescript . sys ) . getDirectories : undefined ,
60+ getDirectories : compiler . sys ? ( < any > compiler . sys ) . getDirectories : undefined ,
6161
6262 /**
6363 * For @types expansion, these two functions are needed.
6464 */
65- directoryExists : typescript . sys ? ( < any > typescript . sys ) . directoryExists : undefined ,
65+ directoryExists : compiler . sys ? ( < any > compiler . sys ) . directoryExists : undefined ,
6666 getCurrentDirectory : ( ) => process . cwd ( ) ,
6767
6868 getCompilationSettings : ( ) => compilerOptions ,
You can’t perform that action at this time.
0 commit comments