change to freeze configuration models (#9644)

This commit is contained in:
Anthony Dresser
2020-03-17 15:45:29 -07:00
committed by GitHub
parent 19dec78349
commit bd8c4a44c8
3 changed files with 12 additions and 11 deletions

View File

@@ -489,6 +489,7 @@ export class ConnectionDialogService implements IConnectionDialogService {
}));
}
this._logService.error(message);
this._errorMessageService.showDialog(severity, headerTitle, message, messageDetails, actions);
}
}