Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable port for Editor HTTP API #8737

Open
selimanac opened this issue Mar 29, 2024 · 0 comments
Open

Configurable port for Editor HTTP API #8737

selimanac opened this issue Mar 29, 2024 · 0 comments
Labels
editor scripts Issue related to editor scripts editor Issues related to the Defold editor feature request A suggestion for a new feature

Comments

@selimanac
Copy link
Contributor

Editor HTTP API is a great solution especially for 3rd party IDE integrations. I would like to use it with Sublime Text(or vscode)

Currently its port is random and there is only way to get the random port of the Editor's http-server is by looking at console output. There is a workaround, but it is problematic and it is not a proper solution.

it would be perfect, if the port number can be configured from editor’s preference window or before the Editor lauch(maybe by passing a param to Editor). But of course it requires a port check before starting http-server. If the port is in use it might use a random port

@selimanac selimanac added the feature request A suggestion for a new feature label Mar 29, 2024
@matgis matgis added editor Issues related to the Defold editor editor scripts Issue related to editor scripts labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor scripts Issue related to editor scripts editor Issues related to the Defold editor feature request A suggestion for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants