From 5ba6f1bef31c2989b99ec7f3cceab997fc2446da Mon Sep 17 00:00:00 2001 From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:26:11 +0000 Subject: [PATCH 1/4] Patch to update getting started video --- docs/introvideos/basics.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/introvideos/basics.md b/docs/introvideos/basics.md index 17fae51352..c7cec63ff9 100644 --- a/docs/introvideos/basics.md +++ b/docs/introvideos/basics.md @@ -6,20 +6,22 @@ MetaSocialImage: images/opengraph/introvideos-social.png --- # Getting started with Visual Studio Code -In this tutorial, we walk you through setting up Visual Studio Code and give an overview of the basic features. +In this tutorial, we walk you through using Visual Studio Code powered with AI features. - + Here's the next video we recommend: [Code Editing in Visual Studio Code](/docs/introvideos/codeediting.md) -Pick another video from the list: [Introductory Videos](/docs/getstarted/introvideos.md) +Explore more in the [VS Code Tutorial](/docs/getstarted/getting-started.md) and [GitHub Copilot's Quickstart](/docs/getstarted/copilot-quickstart.md). -## Video outline +## Helpful Shortcuts * Download and install VS Code. * From [https://code.visualstudio.com/download](https://code.visualstudio.com/download) * Open a folder * **File** > **Open Folder** (`kb(workbench.action.files.openFolder)`) +* Open Chat + * **View** > **Chat** (`kb(workbench.action.chat.open)`) * File Explorer * **View** > **Explorer** (`kb(workbench.view.explorer)`) * Search view From c24c4ed793205bd84360ca13ba30dbba86220335 Mon Sep 17 00:00:00 2001 From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:56:46 -0600 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: Nick Trogh --- docs/introvideos/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introvideos/basics.md b/docs/introvideos/basics.md index c7cec63ff9..4ef129b54d 100644 --- a/docs/introvideos/basics.md +++ b/docs/introvideos/basics.md @@ -20,7 +20,7 @@ Explore more in the [VS Code Tutorial](/docs/getstarted/getting-started.md) and * From [https://code.visualstudio.com/download](https://code.visualstudio.com/download) * Open a folder * **File** > **Open Folder** (`kb(workbench.action.files.openFolder)`) -* Open Chat +* Open the Chat view * **View** > **Chat** (`kb(workbench.action.chat.open)`) * File Explorer * **View** > **Explorer** (`kb(workbench.view.explorer)`) From 9a0d21203a60f041e2e02ff0704d41d76533272c Mon Sep 17 00:00:00 2001 From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:57:03 -0600 Subject: [PATCH 3/4] Update docs/introvideos/basics.md Co-authored-by: Nick Trogh --- docs/introvideos/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introvideos/basics.md b/docs/introvideos/basics.md index 4ef129b54d..85e7a13bb2 100644 --- a/docs/introvideos/basics.md +++ b/docs/introvideos/basics.md @@ -14,7 +14,7 @@ Here's the next video we recommend: [Code Editing in Visual Studio Code](/docs/i Explore more in the [VS Code Tutorial](/docs/getstarted/getting-started.md) and [GitHub Copilot's Quickstart](/docs/getstarted/copilot-quickstart.md). -## Helpful Shortcuts +## Helpful shortcuts * Download and install VS Code. * From [https://code.visualstudio.com/download](https://code.visualstudio.com/download) From fb0a875328ae32ec7246aef599b9fd53ec90c814 Mon Sep 17 00:00:00 2001 From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:03:59 +0000 Subject: [PATCH 4/4] using nocookie link --- docs/introvideos/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introvideos/basics.md b/docs/introvideos/basics.md index 85e7a13bb2..8100b3d015 100644 --- a/docs/introvideos/basics.md +++ b/docs/introvideos/basics.md @@ -8,7 +8,7 @@ MetaSocialImage: images/opengraph/introvideos-social.png In this tutorial, we walk you through using Visual Studio Code powered with AI features. - + Here's the next video we recommend: [Code Editing in Visual Studio Code](/docs/introvideos/codeediting.md)