mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 17:52:34 -05:00
Fixes azure sql expansion (#4185)
* fixes azure sql expansion * remove unneeded changes * remove unused code
This commit is contained in:
@@ -127,7 +127,6 @@ export class DisconnectConnectionAction extends Action {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Actions to add a server to the group
|
||||
*/
|
||||
@@ -402,4 +401,4 @@ export class ClearSearchAction extends Action {
|
||||
this._viewlet.clearSearch();
|
||||
return TPromise.as(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user