From 1bd15744dae055834caa3a27055af9259d4acc1c Mon Sep 17 00:00:00 2001 From: Julia Date: Tue, 20 Sep 2022 08:56:48 +0300 Subject: [PATCH] added using . button to open remote repository --- 8-code-editor/1-using-a-code-editor/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/8-code-editor/1-using-a-code-editor/README.md b/8-code-editor/1-using-a-code-editor/README.md index be0b86fd..2cd185b4 100644 --- a/8-code-editor/1-using-a-code-editor/README.md +++ b/8-code-editor/1-using-a-code-editor/README.md @@ -75,6 +75,7 @@ https://github.com/microsoft/Web-Dev-For-Beginners You can also use a url directly to load a repository. For example, the full URL for the current repo is [https://github.com/microsoft/Web-Dev-For-Beginners](https://github.com/microsoft/Web-Dev-For-Beginners), but you can swap the GitHub domain with `VSCode.dev/github` and load the repository directly. The resulting URL would be [https://vscode.dev/github/microsoft/Web-Dev-For-Beginners](https://vscode.dev/github/microsoft/Web-Dev-For-Beginners). +Open a repository on github.com and hit the . button on your keyboard to swap the github.com domain with the vscode.dev domain instantly. ✅ If succesful, you'll see all files for this repository loaded in the text editor.