redhat-developer / vscode-openshift-tools

OpenShift extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector
MIT License
92 stars 59 forks source link

No terminals opened #3898

Open LoveraSantiago opened 6 months ago

LoveraSantiago commented 6 months ago

After added and connect to a OC Cluster, when openning the OPENSHIFT TERMINAL it displays No terminals opened with a red reload icon.

image

What I can do? Thanks.

datho7561 commented 6 months ago

If you don't mind me asking, what are you expecting to be there? I think we can improve the name or do a better job of explaining what it's meant for in the UI.

The OpenShift Terminal section is used for running interactive command line programs that interact with the cluster. For example, if you create a component and start debugging it, the terminal command that runs the debug session will be shown here so that you can watch the logs. Another example is building and running a Knative serverless function.

LoveraSantiago commented 6 months ago

thank you for your attention.

I was believing it was a terminal to run oc commands. Example oc help. I didn't know it was for use after connecting to a component. Sorry

datho7561 commented 6 months ago

It's all good. This just means we should indicate this more clearly in the UI.