mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fixing deleteDatabaseReference test for vscode-mssql (#23008)
This commit is contained in:
4
extensions/types/vscode-mssql.d.ts
vendored
4
extensions/types/vscode-mssql.d.ts
vendored
@@ -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