Back in 2019, when the .dev top-level domain opened, we picked up vscode.dev and quickly parked it, pointing at https://code.visualstudio.com (or, if

vscode.dev Visual Studio Code for the Web

submited by
Style Pass
2021-10-20 16:00:07

Back in 2019, when the .dev top-level domain opened, we picked up vscode.dev and quickly parked it, pointing at https://code.visualstudio.com (or, if you are from the Boston area like me, we "pahked it"). Like a lot of people who buy a .dev domain, we had no idea what we were going to do with it. And we certainly didn't anticipate that it would end up being the fulfillment of a mission over a decade in the making.

Fast forward to today. Now when you go to https://vscode.dev, you'll be presented with a lightweight version of VS Code running fully in the browser. Open a folder on your local machine and start coding.

With the availability of vscode.dev, we begin to finally realize our original vision of building a development tool that can run fully serverless in the browser. For a full history lesson, check out Erich Gamma's VS Code Day talk "VS Code An Overnight Success…10 Years in the Making".

Modern browsers that support the File System Access API (Edge and Chrome today) allow web pages to access the local file system (with your permission). This simple gateway to the local machine quickly opens some interesting scenarios for using VS Code for the Web as a zero-installation local development tool, such as:

Leave a Comment