Searched refs:configFileForOpenFiles (Results 1 – 1 of 1) sorted by relevance
733 readonly configFileForOpenFiles: ESMap<Path, NormalizedPath | false> = new Map(); property in ProjectService1617 this.configFileForOpenFiles.delete(info.path);1916 const result = this.configFileForOpenFiles.get(info.path);1929 this.configFileForOpenFiles.set(info.path, configFileName || false);3126 this.configFileForOpenFiles.delete(path);