why IDEA Remote Development don't have gitpod plugin
hello, it seems Coder plugin can shows there ,can't find gitpod plugin
in Gateway it's ok
@zhipengzuo i am not sure what you mean. You only need the gitpod plugin within the jetbrains gateway and nowhere else. So why would you expect the gitpod plugin been shown in the IDE itself?
@Derroylo
1.the 2023.3.2version change the client log to IDEA log ,if we can start client from IDEA, it will more smoothly.
- some change will be happen in gateway(manage app) ,we can't tell you detail there . you can write email to ask Gateway team to suit gitpod plugin.Start from IDE itself maybe a very important way.
add <depends optional="true">com.jetbrains.gateway</depends> in plugin.xml can solve this .if gitpod want show in IDEA ,you can try this.
as I mentioned, the Remote development in IDEA is released ,but the Gateway is still beta . the the Remote development in IDEA will be more important
add
com.jetbrains.gateway in plugin.xml can solve this .if gitpod want show in IDEA ,you can try this.
@zhipengzuo sorry we have other focus right now. If you would like to you can check out this repo locally, try to change plugin.xml, build and see whether it helps 🙏 Feel free to send a PR if it does.