no longer filtering to well-known database sources (#22864)

This commit is contained in:
Benjin Dubishar
2023-04-26 13:31:15 -07:00
committed by GitHub
parent abff6a0a34
commit 62255fe4dd
5 changed files with 8 additions and 50 deletions

View File

@@ -187,6 +187,11 @@ declare module 'sqldbproj' {
*/
addSqlCmdVariable(name: string, defaultValue: string): Promise<void>;
/**
* Gets an array of all database sources specified in the project.
*/
getDatabaseSourceValues(): string[];
/**
* Appends given database source to the DatabaseSource property element.
* If property element does not exist, then new one will be created.