Network Logger for VS Code
This extension logs all outbound HTTP, HTTPS, and fetch requests made by extensions running inside Visual Studio Code.
Features
- Captures HTTP/HTTPS requests: Logs network requests initiated by any extension.
- Tracks fetch calls: Monitors the use of
fetch in the extension environment.
- Live logging: See logs directly in the "Network Logger" Output tab.
Installation
- Open VS Code.
- Navigate to the Extensions tab (
Ctrl+Shift+X ).
- Search for
Network Logger and click "Install" on the corresponding extension.
- Or install manually by downloading the
.vsix file and running:
code --install-extension <extension-name>.vsix
| |