Update extensions/ql-vscode/src/local-databases.ts

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Dave Bartolomeo
2023-04-14 12:44:26 -04:00
committed by GitHub
parent 9344499d23
commit 22679b8972

View File

@@ -636,7 +636,7 @@ export class DatabaseManager extends DisposableObject {
* Adds a {@link DatabaseItem} to the list of open databases, if that database is not already on
* the list.
*
* Typically, the item will have been created by {@link createOrOpenDatabaseItem}.
* Typically, the item will have been created by {@link createOrOpenDatabaseItem} or {@link openDatabase}.
*/
public async addExistingDatabaseItem(
databaseItem: DatabaseItem,