ionic-team / vscode-ionic

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

v.1.93.4: The debugging option has stopped working, and now it is also required that libraries using confidential information must run under HTTPS #192

Closed factorx22 closed 2 months ago

factorx22 commented 2 months ago

When observing the command executed for debugging, it shows that it runs in Production mode, whereas it previously ran in Developer mode (the breakpoints don't work).

Now, when using confidential functions, such as requesting location or microphone permissions in the browser, they have stopped working because these require HTTPS. In the previous debugging version, this wasn't necessary.

dtarnawsky commented 2 months ago

Hi,

This problem should now be fixed in v1.94 released today.

factorx22 commented 2 months ago

Great!

szyszak commented 2 months ago

I'm encountering the same issue with v1.94.1: the production bundle is being served, and I can't set any breakpoints.

dtarnawsky commented 2 months ago

Hi @szyszak, thanks for the report: I just fixed this for v1.94.2 in this PR. If you have any other issues please open a new issue.