-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
See network requests made by extensions in network tab of developer tools #39388
Comments
This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
I would want the same |
Same here. |
+1 |
1 similar comment
+1 |
This really would be super helpful, especially for debugging extensions. |
+1 |
1 similar comment
+1 |
For anyone trying to do this, vscode doesn't support this but you can use a Man-In-The-Middle (MITM) proxy to capture all traffic from VScode, including from extensions. Warning, this will capture all API calls including API tokens, and effectively disable HTTPS verfication so only use if you know what you're doing Steps
Why disable all these security features?
When finished
|
This would be useful to me both as a user (to see what extension are doing) and as a developer (to debug extensions).
The text was updated successfully, but these errors were encountered: