mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 17:22:29 -05:00
fix project not getting updated after schema cmopare (#18850)
This commit is contained in:
@@ -563,7 +563,7 @@ export class ProjectsController {
|
||||
|
||||
const result: mssql.SchemaComparePublishProjectResult = await service.schemaComparePublishProjectChanges(operationId, projectPath, fs, utils.getAzdataApi()!.TaskExecutionMode.execute);
|
||||
|
||||
if (result.errorMessage === '') {
|
||||
if (!result.errorMessage) {
|
||||
const project = await Project.openProject(projectFilePath);
|
||||
|
||||
let toAdd: vscode.Uri[] = [];
|
||||
|
||||
Reference in New Issue
Block a user