Lines Matching defs:database
107 * Prepare a compilation database option for a server.
117 // If no databases were explicitly specified, default to a database in the
127 for await (let database of databases) {
128 database = await this.resolvePath(database, '', workspaceFolder);
137 databases.filter(database => database !== '');
139 (database) => `--${languageName}-compilation-database=${database}`));