Adding “1s”  next to the word github

Consider the simple process below illustrated to add a GitHub repository in VS Code as follows:

Step 1: Open the GitHub repo in any browser.

Step 2: In the address bar, just add “1s” (without quotes) next to the word GitHub.

For example, if the URL in the address bar reads which is also clearly seen from the visual aid provided below.

https://github.com/Siddharthg08/teams-clone-main/blob/main/client/src/state/settings/renderDimensions.js

 Step 3: Now change it to the below URL

https://github1s.com/Siddharthg08/teams-clone-main/blob/main/client/src/state/settings/renderDimensions.js 

Step 4: Lastly press enter.

This will take you to a screen where the repo gets opened in VS Code in your browser.

The thing to note here is that the repo is in read-only mode, and hence you cannot perform any sort of editing over there. However, you can make use of all other available VS Code features.

How to Open a GitHub Repository in VS Code Online?

It often feels as if one could view the files or code from a GitHub repository online in a code editor to search the files, code components, or simple text(and indeed, it does enhance the readability and management of the code) without having to clone it to your device.

What if I tell you it hardly takes a second or two to open any GitHub repo in VS Code in your browser?

Table of Content

  • Approach 1: Adding “1s”  next to the word github
  • Approach 2: Using the chrome extension

There are two methods to achieve this.

Similar Reads

Approach 1: Adding “1s”  next to the word github

Consider the simple process below illustrated to add a GitHub repository in VS Code as follows:...

Approach 2: Using the chrome extension

There is a special chrome extension been designed and available which can be installed can easily as it allows us to open the repository. Once done with installing the extension, we will find a button with “Github1s” written over it (without quotes) whenever you open any repo. You can open the VS Code with a single click on the mentioned button....

Contact Us