Skip to content

Conversation

@carolnavarropereira
Copy link
Member

No description provided.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 12, 2025
Comment on lines +218 to +225
const buttonsAndActions: { buttonMessage: string, buttonAction: () => void }[] = [
{
buttonMessage: translationService.getMessage(DEVASSIST_SERVICE.SEE_DETAILS_BUTTON),
buttonAction: () => output.show(),
},
];
vsNotificationService.showCommandErrorWithSpecificButtonsAndActions(errorMessage, buttonsAndActions);
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional: maybe we could go for the MessageService.showCommandError() ?

Idk if it makes more sense since the code would be simpler but this is technically not a command output..

@carolnavarropereira carolnavarropereira self-assigned this Nov 13, 2025
@davidecorreu davidecorreu merged commit e1a372a into dev Nov 14, 2025
2 checks passed
@davidecorreu davidecorreu deleted the bugfix/PDPDEVTOOL-6317-DevAssist-Fix-Stopped-Button-Server-Error branch November 14, 2025 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants