vscode-react-native icon indicating copy to clipboard operation
vscode-react-native copied to clipboard

[Feature] Support for VS Codes new NetworkView

Open adam-bratin opened this issue 1 year ago • 1 comments

🚀 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.

adam-bratin avatar Sep 09 '24 18:09 adam-bratin

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.

EzioLi01 avatar Sep 10 '24 03:09 EzioLi01