DEV Community

Cover image for Vscode is finally available in the browser
Mohcine BAADI
Mohcine BAADI

Posted on • Updated on

Vscode is finally available in the browser

A web-based and lightweight version of vscode is now accessible via the web, all you have to do is go to the link https://vscode.dev, and you will be presented with an instance of vs code.

vscode-dev.png

and to make it even better, sync it (i.e. syncing settings, themes, key bindings, ...etc) with the vscode in your local machine by activating "Settings Sync" and connecting it with either your Microsoft or Github account.

that's it, enjooooy

Source: vscode.dev

Latest comments (8)

Collapse
 
ostap profile image
Ostap Brehin

Is there a source code for this thing? Super interesting

Collapse
 
emptyother profile image
emptyother • Edited

It also exist on github.dev.

Best part: Press . in any of your repositories on GitHub to open it in github.dev.

Drawback i just found: This doesnt work on gists.

Edit: Okay, seems there is a difference between github.dev and vscode.dev. One opens up only github projects; the other one can open up local (and remote) files.

Collapse
 
mohcinebaadi profile image
Mohcine BAADI

github.dev is just an instance of vscode.dev, it may come handy especially if you want to edit a file or multiple files and commit changes, you can do that right in the browser

Collapse
 
nicohuidem profile image
nico huidem

Can the code be shared just like in jsfiddle?

Collapse
 
mohcinebaadi profile image
Mohcine BAADI • Edited

It's not actually intended for code sharing, but I guess you can use something like Live server (it's an extension for real time sharing)

Collapse
 
mohjb profile image
Mohamad Bo Hamad

Can it work offline? When my service is off for a day or 2 or 3 ?

Collapse
 
xiaoeyun profile image
Xiao_e_yun

Yes

Collapse
 
darshanbajeja profile image
Darshan-Bajeja

Wohoo
Now if I travel somewhere and someone doesn't allow me to install dev-related stuff on their machine for me to work (u know there are people like that who think we as devs will hack their computer!), I can use this.