mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fix formatting
This commit is contained in:
@@ -953,7 +953,7 @@ export class SchemaCompareMainWindow {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private async constructEndpointInfo(endpoint: mssql.SchemaCompareEndpointInfo, caller: string): Promise<mssql.SchemaCompareEndpointInfo> {
|
private async constructEndpointInfo(endpoint: mssql.SchemaCompareEndpointInfo, caller: string): Promise<mssql.SchemaCompareEndpointInfo> {
|
||||||
let ownerUri;
|
let ownerUri;
|
||||||
let endpointInfo;
|
let endpointInfo;
|
||||||
if (endpoint && endpoint.endpointType === mssql.SchemaCompareEndpointType.Database) {
|
if (endpoint && endpoint.endpointType === mssql.SchemaCompareEndpointType.Database) {
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ export class TreeUpdateUtils {
|
|||||||
* @param connectionManagementService Connection management service instance
|
* @param connectionManagementService Connection management service instance
|
||||||
* @param objectExplorerService Object explorer service instance
|
* @param objectExplorerService Object explorer service instance
|
||||||
*/
|
*/
|
||||||
public static async connectAndCreateOeSession(connection: IConnectionProfile, options: IConnectionCompletionOptions,
|
public static async connectAndCreateOeSession(connection: IConnectionProfile, options: IConnectionCompletionOptions,
|
||||||
connectionManagementService: IConnectionManagementService, objectExplorerService: IObjectExplorerService, tree: ITree): Promise<boolean> {
|
connectionManagementService: IConnectionManagementService, objectExplorerService: IObjectExplorerService, tree: ITree): Promise<boolean> {
|
||||||
const connectedConnection = await TreeUpdateUtils.connectIfNotConnected(connection, options, connectionManagementService, tree);
|
const connectedConnection = await TreeUpdateUtils.connectIfNotConnected(connection, options, connectionManagementService, tree);
|
||||||
if (connectedConnection) {
|
if (connectedConnection) {
|
||||||
|
|||||||
Reference in New Issue
Block a user