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

README does not mention EAP 7.3 support #419

Closed jeffmaury closed 4 years ago

robstryker commented 4 years ago

It doesn't mention it bc we don't support it lol.
Seems even though its available in stacks.yaml, it uses wtp-runtime-type: org.jboss.ide.eclipse.as.runtime.eap.73 and we don't have that runtime type declared. So... guess we need to add it.

robstryker commented 4 years ago

https://github.com/redhat-developer/rsp-server/pull/528