Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>webhookNew to Visual Studio Code? Get it now.
webhook

webhook

linuxsuren

|
163 installs
| (0) | Free
webhook for watching the listen ports
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Watch the listen ports, then send the payload to the specific webhook server.

The webhook server should be a POST http server. Below is an example of the payload:

{
    "ports": [ 8080 ]
}

Limitation

  • netstat command is required
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft