redhat-developer / vscode-server-connector

📦 VS Code extension to run JBoss EAP servers and Runtimes
Eclipse Public License 2.0
57 stars 26 forks source link

cannot install to vscode-server #528

Closed liechtir closed 2 years ago

liechtir commented 2 years ago

Hi

I run vscode-server sucessfully on my docker container, can access the UI using the web browser and install extensions like GitLens or Extension Pack for Java.

However, I cannot find the Redhat server connector and other wildfly/jboss related extensions at all in the marketplace. When I donwload the VSIX file and try to install manually, I receive a "No Servers" error. How can I use wildfly from VSCode when vscode runs on a remote server? VScode-server and wildfly are on the same server under the same user.

Thanks

liechtir commented 2 years ago

the issue was that the uploaded extension could not be read for some reason, why copy the extension to the remote server using ftp/file transfer and install it, everything worked as expected.