Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97371

Can't connect to VS Code Live server with a smartphone

$
0
0

I use Live Server Extension for Visual Studio Code. It works fine on localhost but if I try to connect to it with my smartphone (same network router) or even another desktop (same network switch), it fails. Nothing happens. Here is my config.

"liveServer.settings.CustomBrowser": "firefox",
"liveServer.settings.useLocalIp": true,
"liveServer.settings.NoBrowser": false

I use windows 10 home. Do I need to adjust some network settings of my OS? Do I need to configure port forwarding despite having my devices connected to the same network? Didn't find anything helpful anywhere. Even an official FAQ doesn't say anything.


Viewing all articles
Browse latest Browse all 97371

Trending Articles