Skip to content

Commit c4756dc

Browse files
authored
Merge pull request #9192 from microsoft/tutorial-patch
Patch to update getting started video
1 parent 4a1171f commit c4756dc

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/introvideos/basics.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@ MetaSocialImage: images/opengraph/introvideos-social.png
66
---
77
# Getting started with Visual Studio Code
88

9-
In this tutorial, we walk you through setting up Visual Studio Code and give an overview of the basic features.
9+
In this tutorial, we walk you through using Visual Studio Code powered with AI features.
1010

11-
<iframe src="https://www.youtube-nocookie.com/embed/B-s71n0dHUk?autoplay=true" width="640" height="320" allowFullScreen="true" frameBorder="0" title="Getting Started with Visual Studio Code"></iframe>
11+
<iframe src="https://www.youtube-nocookie.com/embed/5NxGqnTazR8?si=SPrLQ_RuxoXBFffA?autoplay=true" width="640" height="320" allowFullScreen="true" frameBorder="0" title="Getting Started with Visual Studio Code"></iframe>
1212

1313
Here's the next video we recommend: [Code Editing in Visual Studio Code](/docs/introvideos/codeediting.md)
1414

15-
Pick another video from the list: [Introductory Videos](/docs/getstarted/introvideos.md)
15+
Explore more in the [VS Code Tutorial](/docs/getstarted/getting-started.md) and [GitHub Copilot's Quickstart](/docs/getstarted/copilot-quickstart.md).
1616

17-
## Video outline
17+
## Helpful shortcuts
1818

1919
* Download and install VS Code.
2020
* From [https://code.visualstudio.com/download](https://code.visualstudio.com/download)
2121
* Open a folder
2222
* **File** > **Open Folder** (`kb(workbench.action.files.openFolder)`)
23+
* Open the Chat view
24+
* **View** > **Chat** (`kb(workbench.action.chat.open)`)
2325
* File Explorer
2426
* **View** > **Explorer** (`kb(workbench.view.explorer)`)
2527
* Search view

0 commit comments

Comments
 (0)