vscode-server-connector
vscode-server-connector copied to clipboard
Cannot add deployment to server
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:
- Right-click "Red Hat Server Connector", choose e.g. "wildfly-27.0.1 final"
- Choose "download", confirm license, wait for download
- Right-click "wildfly-27.0.1.Final", choose "Add deployment"
- Select an exploded war file from file system, confirm
- 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:
- Right-click "apache-tomcat-9.0.41", choose "Add deployment"
- Select an exploded war file from file system, confirm
- Answer "Do you want to edit optional deployment parameters?" with "Yes"
- Confirm following questions with Return key
Afterwards, the deployment became visible below the Tomcat server.
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?