mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 09:35:40 -05:00
Add support for target location in tasks (#10179)
* Add support for target location in tasks * bump sqltoolsservice to get addition of targetLocation to TaskNode
This commit is contained in:
4
src/sql/azdata.proposed.d.ts
vendored
4
src/sql/azdata.proposed.d.ts
vendored
@@ -384,5 +384,9 @@ declare module 'azdata' {
|
||||
*/
|
||||
alwaysShowTabs?: boolean;
|
||||
}
|
||||
|
||||
export interface TaskInfo {
|
||||
targetLocation?: string;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user