mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Bumping SqlToolsService to 4.7.0.17 (#22823)
* Bumping STS * Whoops * Upgrading STS to 4.7.0.17
This commit is contained in:
15
extensions/types/vscode-mssql.d.ts
vendored
15
extensions/types/vscode-mssql.d.ts
vendored
@@ -493,6 +493,21 @@ declare module 'vscode-mssql' {
|
||||
*/
|
||||
deleteFolder(projectUri: string, path: string): Promise<ResultStatus>;
|
||||
|
||||
/**
|
||||
* Exclude a folder and its contents from a project
|
||||
* @param projectUri Absolute path of the project, including .sqlproj
|
||||
* @param path Path of the folder, typically relative to the .sqlproj file
|
||||
*/
|
||||
excludeFolder(projectUri: string, path: string): Promise<ResultStatus>;
|
||||
|
||||
/**
|
||||
* Move a folder and its contents within a project
|
||||
* @param projectUri Absolute path of the project, including .sqlproj
|
||||
* @param destinationPath Path of the folder, typically relative to the .sqlproj file
|
||||
* @param path Path of the folder, typically relative to the .sqlproj file
|
||||
*/
|
||||
moveFolder(projectUri: string, destinationPath: string, path: string): Promise<ResultStatus>;
|
||||
|
||||
/**
|
||||
* Add a post-deployment script to a project
|
||||
* @param projectUri Absolute path of the project, including .sqlproj
|
||||
|
||||
Reference in New Issue
Block a user