ionic-team / vscode-ionic

Visual Studio Code Ionic Extension
Other
10 stars 1 forks source link

Launch Web Dev changed behaviour #190

Closed rgilsimoes closed 1 week ago

rgilsimoes commented 1 week ago

The launch Web Development server has changed behaviour:

Previously v.1.92.1: image

Current v.1.93.4: image

Issues:

dtarnawsky commented 1 week ago

Thanks Ricardo,

Yes, latest update is specific with the IP address it uses because it needed to be to support Live Reload with the Capacitor CLI.

It looks like your mac has 2 IP addresses: 192.168.1.85 and 192.168.1.96 and would likely have asked you which address you wanted to use?

I'll see if I can put an option in to allow you to select all addresses (or perhaps default to that when live reload is not used).

dtarnawsky commented 1 week ago

Hey Ricardo,

v1.94 is now out. I worked over the weekend on this and it should be working by default with localhost and other external addresses, using external Ip Addresses if you use live reload or use the Nexus Browser option.

Let me know if you see any issues.

rgilsimoes commented 6 days ago

It's ok now!