yandeu / five-server-with-php

MIT License
14 stars 1 forks source link

Permanent settings - Possible? #4

Open anonimo82 opened 2 months ago

anonimo82 commented 2 months ago

Hello everyone. I'm using this VSCode extension for Web development, but I'm having issues with configuration. For reference, I'm using VSCode Android App (https://play.google.com/store/apps/details?id=dev.environment.VScode_PaidR1). I successfully ran the extension by following the ReadMe.md file at the project landing, specifically the "Run" instructions. Now, because that method works, how can I configure VSC to store those settungs?

Thanks in advance for any help. Regards, have a nice day.

anonimo82 commented 2 months ago

For the records, the settings I'd like to store are:

  1. Start PHP server: php -S 127.0.0.1:8000 -t www/ If this gives an error, please install PHP first.
  2. Start five-server: npx -y five-server@latest --port=5500 --open=http://localhost:8000 If this gives an error, please install Nodejs first.