-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The property enableAsyncPublish set to true has no effect #207
Comments
async publishing means that the client (vscode) and rsp server (external process that vscode is a facade for) do not wait around for the publish to complete before returning. Essentially, the UI makes a rest to rsp-server to publish. rsp-ui will either issue the publish command to the backend via a synchronous api (ie, please do not return me a result until the operation completes) or asynchronously (rsp-server, please feel free to initiate the publish operation and let me know later when it completes, but return immediately if possible). What exactly are you trying to get the tooling to do? |
Hello Rob. I have two deployments: (1) A Datasource (....i know that it is almost deprecated :| ), and (2) a Java application (war). So, I expect using the enableAsyncPublish the server completes its startup process and then, the client demands the publish of the datasource and the application. But as I said, this property is not even recognized by any plug-ins ... in another computer (a windows machine), it works perfectly .... Currently, I startup the server without the applciation, and after the startup, I deploy the application, but this procedure is too boring ... |
Ah, you're looking for a setting to deploy after startup. I don't think we have anything for that currently :| I can look into its feasibility. |
Hi All,
Any tips?
OS: Ubuntu
Kernel: 5.11.0-40-generic
VSCode Version: 1.62.3
RSP-ui version: redhat.vscode-rsp-ui-0.23.11
The text was updated successfully, but these errors were encountered: