-
Notifications
You must be signed in to change notification settings - Fork 78
pdpdevtool 6260 dev assist not handling user ports proxy service dev #963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pdpdevtool 6260 dev assist not handling user ports proxy service dev #963
Conversation
Modify versioning
…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
…adme-for-js-tools Versioning changes
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
…51-developer-assistant-naming
…-error-messages PDPDEVTOOL-6199-fix-proxy-error-messages
…-assistant-naming feature/pdpdevtool-6251: developer assistant naming
packages/vscode-extension/src/startup/DevAssistConfiguration.ts
Outdated
Show resolved
Hide resolved
bugfix/proxy host header
| 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 ?? ''); |
There was a problem hiding this comment.
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.
This reverts commit 46dd42a.
propagate/release25.2-into-dev
|
Removed due to merge problems |
No description provided.