redhat-developer / vscode-server-connector

📦 Connects Visual Studio Code to your server adapters and run, deploy apps !!
Eclipse Public License 2.0
56 stars 26 forks source link

Cannot add deployment to server #574

Open jfrantzius opened 1 year ago

jfrantzius commented 1 year ago

Server Connector v0.26.1 Remote Server Protocol UI v0.23.17

When I add a deployment to a server, it doesn't show up below that server.

To reproduce:

  1. Right-click "Red Hat Server Connector", choose e.g. "wildfly-27.0.1 final"
  2. Choose "download", confirm license, wait for download
  3. Right-click "wildfly-27.0.1.Final", choose "Add deployment"
  4. Select an exploded war file from file system, confirm
  5. Answer "Do you want to edit optional deployment parameters?" with "No"

Observed behaviour No deployment visible below server "wildfly-27.0.Final"

Expected behaviour: Deployment should turn up below server

Workaround: With the Tomcat server 9.0.41, the following once worked as a workaround, but it didn't when I tried with Wildfly:

  1. Right-click "apache-tomcat-9.0.41", choose "Add deployment"
  2. Select an exploded war file from file system, confirm
  3. Answer "Do you want to edit optional deployment parameters?" with "Yes"
  4. Confirm following questions with Return key

Afterwards, the deployment became visible below the Tomcat server.

robstryker commented 1 year ago

I'm not able to replicate currently on either linux or windows. Currently everything seems working fine for me =/ I'll keep my eyes open. Have you tried restarting the vscode instance?