VSPing — Internet Speed Test for VS CodeVSPing is a free VS Code extension that shows your internet speed in the editor status bar. Check download speed, upload speed, and ping without leaving VS Code or opening fast.com in a browser. Results appear bottom-right as Table of contents
Why VSPingDevelopers constantly context-switch to speed-test sites when video calls lag, downloads stall, or CI feels slow. VSPing puts a live bandwidth monitor in the VS Code status bar so you can verify connectivity while you code. One glance tells you if the problem is your network or your build. Features
How to check internet speed in VS Code
From the Command Palette (
Settings
How it works
A full test takes about 40 seconds (20s download + 20s upload) for accurate, stable readings — not instant burst numbers. FAQWhat is VSPing?VSPing is a VS Code extension that monitors internet speed from inside the editor. It displays download Mbps, upload Mbps, and ping latency in the status bar so developers can check network health without switching to a browser speed test. Does VSPing match fast.com results?Download tests use the same Netflix CDN infrastructure as fast.com, with parallel streams and percentile-based reporting designed to align with fast.com’s displayed download speed. Upload still uses Cloudflare’s endpoint, so upload numbers may differ slightly from fast.com. Is VSPing free?Yes. VSPing is open source under the MIT License. No account, API key, or subscription is required. Does VSPing work in VS Code on the web (vscode.dev)?Desktop VS Code is the primary target. Browser-based VS Code may block or throttle outbound speed-test traffic. How much bandwidth does VSPing use?Each full test transfers roughly tens of megabytes (configurable). Increase Can I hide or pause the speed test?Run VSPing: Toggle Auto Tests from the Command Palette, or set Compare alternatives
Development
Press F5 to launch the Extension Development Host.
PrivacyVSPing runs speed tests directly from your machine to public CDN endpoints (Netflix/fast.com and Cloudflare). No analytics, accounts, or telemetry are collected by the extension. Test traffic does not pass through VSPing servers. LicenseMIT — see LICENSE. |