Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I would like to be able to use "urlFilter" in my launch.json entries. #17

Open
AltitudeApps opened this issue Aug 23, 2020 · 1 comment

Comments

@AltitudeApps
Copy link

I'd like to be able to do this in my launch.json :

      //  this doesn't work...
      // "urlFilter":
      //   "https://localhost:3000/*.html?_host_Info=Excel$Win32$16.01$en-US$$$$0",
      //                         ^^^^^   omg, i can haz wildcard, plz?  
      //                         along with param string containing special chars?

I posted a comment on vscode-chrome-debug, mentioning that I suspect that the root cause has to do with vscode-chrome-debug-core . I thought I'd mention it here, so that this project would be aware of how I was trying to use this extension.

https://github.com/microsoft/vscode-chrome-debug/issues/973#issuecomment-678708260

@TCourtneyOwen
Copy link
Contributor

We recently checked in a change to the extension that makes the url requirement less restrictive, so it doesn't have to match the url exactly that you specify. Rather it just looks to see if the available webview instances match with "https://localhost" and if it can find one, it will attach to it. You may want to try the latest version of the extension if you haven't already.

Thanks,

Courtney

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants