vscode-remote-release
vscode-remote-release copied to clipboard
Devcontainer port error
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.9.2
- OS Version: 6.10.6-arch1-1
Steps to Reproduce:
- Open Laravel project in devcontainer(php + node)
- Run vite with
npm run dev - Run laravel with
php artisan serve
Error:
- Whith app running on devcontainer the browser don't load vite, but in normal running the browser load the page.
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.92.2. Please try upgrading to the latest version and checking whether this issue remains.
Happy Coding!
Try configuring vite to bind to 127.0.0.1 instead of localhost. https://github.com/vitejs/vite/issues/16522#issuecomment-2075856315
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!