Skip to content

Conversation

@carolnavarropereira
Copy link
Member

No description provided.

Montsant19 and others added 23 commits August 5, 2025 16:04
…ets-and-terms-release-branch

Feature/pdpdevtool 6197 fix brackets and terms release branch
…3_merge_dev_with_release_25.2

# Conflicts:
#	packages/node-cli/src/metadata/SdkCommandsMetadataPatch.json
…_with_release_25.2

Feature/pdpdevtool 6203 merge dev with release 25.2
improve devassist settings
fix devassistStatusBar tooltip message
…admes-for-js-tools-select-flag-update

Add select flag update
…Id validation messages (#955)

* Fix

* Removing duplicated code

* OCD goes hard in this economy ++ pushing vscode package lock by mistake
…-error-messages

PDPDEVTOOL-6199-fix-proxy-error-messages
…-assistant-naming

feature/pdpdevtool-6251: developer assistant naming
@carolnavarropereira carolnavarropereira self-assigned this Oct 20, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 20, 2025
const errorMsg = NodeTranslationService.getMessage(DEV_ASSIST_PROXY_SERVICE.ALREADY_USED_PORT, proxyPort);
this._handleListeningPortError(errorMsg, EVENTS.ALREADY_USED_PORT);
} else {
const errorMsg = NodeTranslationService.getMessage(DEV_ASSIST_PROXY_SERVICE.LISTENING_PORT_ERROR, proxyPort, error.message ?? '');
Copy link
Member

Choose a reason for hiding this comment

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

instead of error.message ?? '', maybe we could go for "\n" + error.message ?? ''.

This way we introduce a lineskip between the generic message and the actual cause of the error (which should result in better UX).
Feel fee to ignore this comment, I don't feel like it's important enough to block the PR.

@carolnavarropereira
Copy link
Member Author

Removed due to merge problems

@carolnavarropereira carolnavarropereira deleted the bugfix/PDPDEVTOOL-6260-DevAssist-not-handling-user-ports-proxy-service-dev branch October 28, 2025 15:59
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.

5 participants