redhat-developer / vscode-rsp-ui

A unified UI for all RSP servers and RSP server-providers to integrate with
Eclipse Public License 2.0
39 stars 21 forks source link

Unable to publish (Full) to the server: Extension backend error - failed to publish in time #246

Closed fredngo closed 1 year ago

fredngo commented 2 years ago

Happening for me as of v0.23.13 -- my exploded WAR is about 483 MB so it's quite a large project...

Possible regression of https://github.com/redhat-developer/vscode-rsp-ui/issues/64?

Screen Shot 2022-09-14 at 12 41 30 PM
6382123413 commented 1 year ago

Unable to publish (Full) to the server: Extension backend error - failed to publish in time in react project for vs code. RSP version 24.8

narayananl23 commented 1 year ago

I do see the same.. i think it is publishing, but the error still comes.

robstryker commented 1 year ago

There's a setting which sadly was not visible to enable asynchronous publishing. The fix wasnt' released yet but I should go ahead and push that.

https://github.com/redhat-developer/vscode-rsp-ui/issues/287

robstryker commented 1 year ago

I've pushed this as a release. You should now be able to see a setting / option to publish asynchronously. This should make the publish request return immediately, before even copying any files, and fix this issue.

Please re-open this issue if the problem continues after you change this setting.

image