* Update editorServices.ts

* Fix baselines

Co-authored-by: Orta <git@orta.io>
This commit is contained in:
pushkine
2021-03-02 15:35:11 +01:00
committed by GitHub
parent 2b95b5edf9
commit 2834737bc1
2 changed files with 2 additions and 2 deletions

View File

@@ -2929,7 +2929,7 @@ namespace ts.server {
* This function goes through all the openFiles and tries to file the config file for them.
* If the config file is found and it refers to existing project, it reloads it either immediately
* or schedules it for reload depending on delayReload option
* If the there is no existing project it just opens the configured project for the config file
* If there is no existing project it just opens the configured project for the config file
* reloadForInfo provides a way to filter out files to reload configured project for
*/
private reloadConfiguredProjectForFiles<T>(openFiles: ESMap<Path, T>, clearSemanticCache: boolean, delayReload: boolean, shouldReloadProjectFor: (openFileValue: T) => boolean, reason: string) {