We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. where can I change the port?
The text was updated successfully, but these errors were encountered:
I've got the same problem. On Ubuntu: listen EACCES: permission denied 0.0.0.0:80
Sorry, something went wrong.
Changing port in file ~/.vscode/extensions/ihuke.devserver-0.0.4/server/config.js and restarting code did work for me.
On ubuntu 20. In the VSCode terminal:
code ~/.vscode/extensions/ihuke.devserver-0.0.4/server/config.js
Then change the port into 8080 (for example) and save the file. And restart VS Code. It works for me.
No branches or pull requests
Hi. where can I change the port?
The text was updated successfully, but these errors were encountered: