News: 1630506786

  ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

Microsoft previews free Visual Studio Code for the Web

(2021/09/01)


Microsoft is previewing Visual Studio Code for the Web, a code editor that runs entirely in the browser.

The [1]post introducing the new service was put up yesterday but is returning "page not found" at the time of writing, so possibly was published prematurely. But it is expected to return soon, since the technology looks the same as that already introduced by Microsoft-owned GitHub as the [2]web-based editor .

The difference is that GitHub's version only works in a GitHub repository, where it is opened by pressing the dot key. By contrast, Microsoft stated: "Everyone can use VS Code for the Web for free at https://vscode.dev to quickly open and browse source code hosted on GitHub and on your local machine (and soon on Azure Repos), and make and commit lightweight changes."

[3]

VS Code for the desktop is also free and much more capable, so what is the point of VS Code for the Web? The answer is mainly convenience. A zero-install solution is handy when working from different devices and avoids a download-edit-upload cycle (even though a download to browser storage is still happening under the covers).

[4]GitHub's Copilot may steer you into dangerous waters about 40% of the time – study

[5]Eight-year-old bug in Microsoft's 64-bit VBA prompts complaints of neglect

[6]Windows 11 will roll out from October 5 as Microsoft hypes new hardware

[7]Docker Desktop no longer free for large companies: New 'Business' subscription is here

These web variants are relatively easy to implement since VS Code is built using web technology. Microsoft's distinguished engineer Erich Gamma described [8]earlier this year how VS Code originated from a failing web editor project called Visual Studio Online or "Monaco". Remote development is now more sophisticated, with environments like GitHub Codespaces and Gitpod offering browser-based editing and debugging of code that is running remotely.

In its new announcement, Microsoft said that "VS Code for the Web can be 'upgraded' to a GitHub Codespaces instance" for cases where a full remote environment is required, with build, debug, full use of extensions and access to a terminal.

[9]

Judging by the similar GitHub preview though, the in-browser experience is also effective for cases where those things are not required, though it occasionally presents misleading messages regarding features that do not work in this configuration. ®

Get our [10]Tech Resources



[1] https://azure.microsoft.com/en-us/updates/public-preview-visual-studio-code-for-the-web/

[2] https://docs.github.com/en/codespaces/developing-in-codespaces/web-based-editor

[3] https://pubads.g.doubleclick.net/gampad/jump?co=1&iu=/6978/reg_software/front&sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&tile=2&c=2YS@jwKNPwYYeeG8pI@NbDgAAAIk&t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0

[4] https://www.theregister.com/2021/08/25/github_copilot_study/

[5] https://www.theregister.com/2021/08/19/64_bit_microsoft_vba_bug/

[6] https://www.theregister.com/2021/08/31/windows_11_rollout_date_android/

[7] https://www.theregister.com/2021/08/31/docker_desktop_no_longer_free/

[8] https://www.theregister.com/2021/01/28/erich_gamma_on_vs_code/

[9] https://pubads.g.doubleclick.net/gampad/jump?co=1&iu=/6978/reg_software/front&sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&tile=4&c=44YS@jwKNPwYYeeG8pI@NbDgAAAIk&t=ct%3Dns%26unitnum%3D4%26raptor%3Dfalcon%26pos%3Dmid%26test%3D0

[10] https://whitepapers.theregister.com/



sharpwolverine

1. Anything that requires an account to use is not free

2. How much longer before VS Code is web only? I give it 2 years.

I just don't get it

Howard Sway

Why on earth do people keep pushing and pushing the idea that what is essentially a browser based text editor, latency and all, could possibly be in any way superior to a local one running on a developer's own PC?

Re: I just don't get it

RichardBarrell

It splits state between the local and remote processes. The latency only kicks in on save, not during ordinary text editing. Save doesn't block the UI either.

If you're in a "save, build, deploy to remote environment, test, edit" cycle then having the editor save directly to the remove environment can be a net time saving. This is my experience with AWS's equivalent thing (which I think is also based on VSCode).

Fortune finishes the great quotations, #17

"This bud of love, by summer's ripening breath,
May prove a beauteous flower when next we meet."
Juliet, this bud's for you.