vscode-js-debug
vscode-js-debug copied to clipboard
Detect what process is using 9222 when it's taken
I was struggling to figure out why VS Code debugging wasn't working, the first issue was that 9222 was taken by an unrelated app. If we fail to connect can we run Get-Process -Id (Get-NetTCPConnection -LocalPort 9222).OwningProcess and the linux/mac equivalent for the user?