mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-28 07:40:30 -04:00
Bumping SqlToolsService to 4.7.0.17 (#22823)
* Bumping STS * Whoops * Upgrading STS to 4.7.0.17
This commit is contained in:
@@ -666,6 +666,16 @@ export namespace GetSqlObjectScriptsRequest {
|
||||
export const type = new RequestType<SqlProjectParams, mssql.GetScriptsResult, void, void>('sqlProjects/getSqlObjectScripts');
|
||||
}
|
||||
|
||||
|
||||
export namespace ExcludeFolderRequest {
|
||||
export const type = new RequestType<FolderParams, azdata.ResultStatus, void, void>('sqlProjects/excludeFolder');
|
||||
}
|
||||
|
||||
export namespace MoveFolderRequest {
|
||||
export const type = new RequestType<MoveFolderParams, azdata.ResultStatus, void, void>('sqlProjects/moveFolder');
|
||||
}
|
||||
|
||||
|
||||
//#endregion
|
||||
|
||||
//#endregion
|
||||
@@ -910,6 +920,13 @@ export interface FolderParams extends SqlProjectParams {
|
||||
path: string;
|
||||
}
|
||||
|
||||
export interface MoveFolderParams extends FolderParams {
|
||||
/**
|
||||
* Path of the folder, typically relative to the .sqlproj file
|
||||
*/
|
||||
destinationPath: string;
|
||||
}
|
||||
|
||||
export interface CreateSqlProjectParams extends SqlProjectParams {
|
||||
/**
|
||||
* Type of SQL Project: SDK-style or Legacy
|
||||
|
||||
Reference in New Issue
Block a user