vaadin / intellij-plugin

Vaadin IntelliJ Plugin
2 stars 0 forks source link

feat: use embedded rest server for handling copilot requests #49

Open MarcinVaadin opened 6 days ago

MarcinVaadin commented 6 days ago

Description

Use embedded rest service instead of plain socket communication.

Kept both for backwards compatibility

github-actions[bot] commented 17 hours ago

Artifact build on last commit: distributions.zip. For MacOS users: there is a zip inside this zip and Finder unzips them both at once. Use unzip distributions.zip from Terminal or check solution for Archive Manager.

MarcinVaadin commented 12 hours ago

Why not boolean flag for endpoint instead of exposing the url? instead of endpoint=http\://127.0.0.1\:63342/api/copilot to endpoint=true

Because /api/ is forced by IntelliJ, probably for vscode it can be any different, and I don't know for Eclipse. Using full endpoint makes it easier.