VS Code

Master the VS Code editor and extensions

120 tutorials
12 of 120 tutorials
Aug 2, 2026· 5 min read

How to Sign In to GitHub from VS Code

Sign in to GitHub from VS Code so you can clone private repositories, push commits, and manage pull requests without leaving the editor. Authentication is built into VS Code and works through your browser.

GitvscodeGitHub
Aug 2, 2026· 5 min read

How to Clone a GitHub Repository in VS Code

Clone a GitHub repository in VS Code using the Git: Clone command or the Source Control view. Browse your repositories, pick a local folder, and open the project in one flow.

GitHubGitvscode
Aug 2, 2026· 7 min read

How to Create and Configure launch.json in VS Code

Create and configure a launch.json file in VS Code to control how the debugger starts your program. Learn the essential fields, pick the right debugger type, and write a working configuration.

Intermediatevscode