ManuelGil / vscode-codeigniter4-spark

CodeIgniter 4 Spark is a Visual Studio Code extension that provides a set of useful commands and shortcuts for CodeIgniter 4 framework.
https://marketplace.visualstudio.com/items?itemName=imgildev.vscode-codeigniter4-spark
MIT License
4 stars 0 forks source link

[Feature request] Support --host flag for development server #1

Open Alex-Licea opened 1 month ago

Alex-Licea commented 1 month ago

Hi.

All the sparks commands works great, but one that I'm still running with CLI is the local development server with --host flag. I run multiple client projects and some of them use subdomains, so the only way to support them is setting my own hosts.

It could be great if the extension can support this feature!

CodeIgniter 4 host CLI option

ManuelGil commented 1 month ago

Hi Alex,

The last update of this extension was in CI 4.4. I have to update it to add some new commands from CI 4.5 version.

I am going to do some testing to see if I can add this functionality.