VS Code ignores the --port
parameter passed to the launch script
#21711
Labels
area/editor/vscode
Issues related to the Code OSS editor of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Describe the bug
VS Code stopped taking into account the
--port
parameter on its launch.https://github.com/che-incubator/che-code/blob/b1768011994575e92bfaa767c5c990cc95837eca/build/scripts/entrypoint-volume.sh#L76
Despite the specified
3100
, it's launching on8000
.Che version
next (development version)
Steps to reproduce
Run a DevWorkspace with VS Code editor image build from the
main
branch.Expected behavior
VS Code must respect the
--port
parameter.Runtime
OpenShift
Screenshots
No response
Installation method
chectl/latest
Environment
Linux
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: