roipoussiere / cadquery-vscode

Build parametric 2D/3D CAD models in VSCode with the CadQuery library.
https://open-vsx.org/extension/roipoussiere/cadquery
MIT License
17 stars 4 forks source link

Make cq-server port configurable #4

Closed bernhard-42 closed 2 years ago

bernhard-42 commented 2 years ago

On a Mac port 5000 is used and I don't want to turn the respective service off. And sometimes I'd like to also control the host variable. 0.0.0.0 is pretty broad. So support for cq-server --host 0.0.0.0 --port 4999 or cq-server -h 0.0.0.0 -p 4999 would be highly appreciated.

roipoussiere commented 2 years ago

Thanks!

It is now included in v0.1.2 of cadquery-server.

bernhard-42 commented 2 years ago

works fine for me, thx