File tree 1 file changed +1
-2
lines changed 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ export function createProject(
138
138
schemaRequestService : options . languageFeatures ?. schemaRequestService ? getSchemaRequestService ( connection , options . languageFeatures . schemaRequestService ) : undefined ,
139
139
getPreferences : lsConfigs ?. getTsPreferences ,
140
140
getFormatOptions : lsConfigs ?. getTsFormatOptions ,
141
- getParsedCommandLine : ( ) => parsedCommandLine ,
142
141
getCssLanguageSettings : lsConfigs ?. getCssLanguageSettings ,
143
142
// ts
144
143
getHtmlHoverSettings : lsConfigs ?. getHtmlHoverSettings ,
@@ -151,7 +150,7 @@ export function createProject(
151
150
readDirectory : ts . sys . readDirectory ,
152
151
realpath : ts . sys . realpath ,
153
152
fileExists : ts . sys . fileExists ,
154
- getProjectReferences : ( ) => parsedCommandLine . projectReferences ,
153
+ getProjectReferences : ( ) => parsedCommandLine . projectReferences , // if circular, broken with provide `getParsedCommandLine: () => parsedCommandLine`
155
154
// custom
156
155
getDefaultLibFileName : options => ts . getDefaultLibFilePath ( options ) , // TODO: vscode option for ts lib
157
156
getProjectVersion : ( ) => tsProjectVersion . toString ( ) ,
You can’t perform that action at this time.
0 commit comments