We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9344499 commit 22679b8Copy full SHA for 22679b8
1 file changed
extensions/ql-vscode/src/local-databases.ts
@@ -636,7 +636,7 @@ export class DatabaseManager extends DisposableObject {
636
* Adds a {@link DatabaseItem} to the list of open databases, if that database is not already on
637
* the list.
638
*
639
- * Typically, the item will have been created by {@link createOrOpenDatabaseItem}.
+ * Typically, the item will have been created by {@link createOrOpenDatabaseItem} or {@link openDatabase}.
640
*/
641
public async addExistingDatabaseItem(
642
databaseItem: DatabaseItem,
0 commit comments