[Feature] Support for VS Codes new NetworkView
🚀 Feature request
What do you want to be added? Add the ability to see incoming/outgoing network request using VS code's new Network View https://code.visualstudio.com/updates/v1_93#_experimental-network-view
What scenarios will this solve?
This will give developers a good integrated way to see their incoming/outgoing requests since flipper is announced as deprecated. Currently the experimental debugger from facebook does not support this feature and this is the most important feature I use from Flipper. Especially when debugging on physical device.
Hey @adam-bratin , thanks for the suggestion. RNT is depended on vscode-js-debug, this feature is the new experimental added and very limit that only support browser so far in vscode-js-debug. It's not applicable on vscode extension host now. I will add this enhancement in pending list. Will check it once it's totally available for extension.