redhat-developer / vscode-server-connector

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

Contextual action "Edit server" doesn't work anymore #485

Closed sliw39 closed 3 years ago

sliw39 commented 3 years ago

When I try to show the JSON configuration of my server, Right-click your server -> Edit Server

Nothing happens. I've checked the log stderr, but it is empty. The other actions are working fine

Does anyone has this issue ? Is there another way to update those files ? Thanks

sliw39 commented 3 years ago

I've reverted the plugin back to 0.22 but I sill have the issue. It seems more vscode related

odockal commented 3 years ago

@sliw39 I believe that this was fixed in https://github.com/redhat-developer/vscode-rsp-ui/pull/164. Though we have not released it yet.

Fastest option is to build it locally (npm i, npm build, vsce package) and install from vsix or wait a while (days probably) so we can release it.

sliw39 commented 3 years ago

@odockal Thanks I'll try it next week