Archived
Fixing deleteDatabaseReference test for vscode-mssql (#23008)
This commit is contained in:
Vendored
+2
-2
@@ -502,9 +502,9 @@ declare module 'vscode-mssql' {
|
||||
/**
|
||||
* Delete a database reference from a project
|
||||
* @param projectUri Absolute path of the project, including .sqlproj
|
||||
* @param path Path of the script, including .sql, relative to the .sqlproj
|
||||
* @param name Name of the reference to be deleted. Name of the System DB, path of the sqlproj, or path of the dacpac
|
||||
*/
|
||||
deleteDatabaseReference(projectUri: string, path: string): Promise<ResultStatus>;
|
||||
deleteDatabaseReference(projectUri: string, name: string): Promise<ResultStatus>;
|
||||
|
||||
/**
|
||||
* Add a folder to a project
|
||||
|
||||
Reference in New Issue
Block a user