Searched defs:configuredProjects (Results 1 – 4 of 4) sorted by relevance
1983 … const configuredProjects = includeConfigured ? additionalProjects.length + 2 : 0; constant2099 configuredProjects: readonly { projectName: string, files: readonly string[] }[]; property
696 readonly configuredProjects: Map<ConfiguredProject> = new Map<string, ConfiguredProject>(); property in ProjectService
9794 readonly configuredProjects: Map<ConfiguredProject>; property in ts.ProjectService
9921 readonly configuredProjects: Map<ConfiguredProject>; property in ts.ProjectService