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.