JetBrains IDEs running in a Che workspace autodetects the URL of a running application #21141
Labels
area/editor/jetbrains/intellij
Issues related to the IntelliJ-based IDE for Eclipse Che
kind/enhancement
A feature request - must adhere to the feature request template.
new¬eworthy
For new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notes
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe
When the user runs their application inside a container, it's not possible to get the URL to preview the running app.
Describe the solution you'd like
Implement a plugin that:
See how it's implemented in Che-Theia Ports Plug-in and Che-Code Ports Extension.
Describe alternatives you've considered
No response
Additional context
Example of a Devfile: https://github.com/che-samples/java-spring-petclinic/blob/devfilev2/devfile.yaml
Release notes
As Visual Studio Code and Theia, now IntelliJ and PyCharm can detect when an application running in a Che workspace is listening to a given port and prompt the user to open the application URL. This is true even if the application has not been specified as an
endpoint
in the Devfile: a generic endpoint is assigned to applications that doesn't have a dedicated one.The text was updated successfully, but these errors were encountered: