Expose refresh projects tree (#18890)

* refresh project tree after apply schema compare to project

* clarify comment
This commit is contained in:
Kim Santiago
2022-03-31 11:08:08 -07:00
committed by GitHub
parent 4166c622f3
commit fe0cff07d6
4 changed files with 17 additions and 0 deletions

View File

@@ -914,6 +914,7 @@ export class SchemaCompareMainWindow {
} else if (this.targetEndpointInfo.endpointType === mssql.SchemaCompareEndpointType.Project) {
const workspaceApi = getDataWorkspaceExtensionApi();
workspaceApi.showProjectsView();
workspaceApi.refreshProjectsTree();
void vscode.window.showInformationMessage(loc.applySuccess);
}