vscode-server-connector
vscode-server-connector copied to clipboard
Publishing deployment fails if trying to replace an exploded with a war deployment
steps:
- ASSERT: have a wildfly server with an existing deployable folder that's not visible in vscode (ex.
- added the exploded deployable "kitchensink" (& published it)
- removed the server
- created the server again)
- EXEC: pick "Add deployment to server" in ctx menu
- EXEC: when asked pick "File" deployment and point it to kitchensink.war
Result:
Publishing fails, I'm not told why. We maybe should add a "Clean" action in the ctx menu to allow us to remove the existing deployment.
@robstryker thoughts?
I kinda expected this issue. This was a big issue back in jbt for a long time. I'll look into it.