# How to open any GitHub repository in VS Code Web with one key

Yes you can now open any GitHub repository or pull request, in a web version of VS Code directly in your browser, you can then browse files, edit, save.

Just browse to the repository that you want to edit, on your keyboard hit the ( . ) key and a new VS Code opens directly in your browser, with syntax highlighting, files, extensions, search, git source control.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXecC7SGPMEqIuut2OeMoAWMyZyZag8WH3bqDO0AuqZacDUDxQBVlql9yR7DvFpRNb9wgeRKVT3JzAppxjV-ms-59nozeLbIF5ULRSWVdH4MdWpbtAKQX_Ey7KCYKGw-DP87dKukKgV3ZhCdw_ZtB-Ux0k8?key=IdqHx41_xuUL7jfqqhp8JUZ9 align="center")

*Source: GitHub*

GitHub says:

> “It’s a quick way to edit and navigate code. It’s especially useful if you want to edit multiple files at a time or take advantage of all the powerful code editing features of Visual Studio Code when making a quick change. For more information, see our [documentation](https://github.co/codespaces-editor-help).”

We can get the same result by changing the “.com” in the repository URL to “.dev”, for example

`https://github.com/adelpro/MERN-auth-roles-boilerplate`

Will become

`https://github.dev/adelpro/MERN-auth-roles-boilerplate`

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeJMTZKOqV8CqFmXA6BfLVCrzZxgCrb5eaV6-2fjaI_zRaTN_FZqG7ngXWsJymKvw13b0yyyWHrdMSgrtYZQLnKxuwmygwDEymcBAAusSneH0DRzxV3BeBjzu2EX7voLgpF2EtAwY8_Aav7o3T8YBLy3ME?key=IdqHx41_xuUL7jfqqhp8JUZ9 align="left")

An other solution is to add “1s” to the URL like this

`https://github1s.com/adelpro/MERN-auth-roles-boilerplate`

This not provided but GitHub, check this repository: [https://github.com/conwnet/github1s](https://github.com/conwnet/github1s)

You can also use [https://gitlab1s.com](https://gitlab1s.com/) or [https://npmjs1s.com](https://npmjs1s.com/) in the same way.

But in this case you can not edit your code.
