Searched defs:configuredProject (Results 1 – 4 of 4) sorted by relevance
135 …const configuredProject = find(projectService.synchronizeProjectList([]), f => f.info!.projectName… constant149 …const configuredProject = find(projectService.synchronizeProjectList([]), f => f.info!.projectName… constant180 …const configuredProject = find(projectService.synchronizeProjectList([]), f => f.info!.projectName… constant190 …const configuredProject = find(projectService.synchronizeProjectList([]), f => f.info!.projectName… constant
1103 const configuredProject = projectService.configuredProjects.get(config.path)!; constant1229 const configuredProject = configuredProjectAt(projectService, 0); constant
703 const configuredProject = projectService.configuredProjects.get(configFile.path)!; constant
3088 …let configuredProject: ConfiguredProject | undefined = this.findConfiguredProjectByProjectName(con… variable3591 const configuredProject = this.findConfiguredProjectByProjectName(configFile); constant