mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
no longer filtering to well-known database sources (#22864)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user