Skip to content

Commit

Permalink
Merge pull request #7588 from microsoft/vscode-getting-started-feedback
Browse files Browse the repository at this point in the history
Publish VS Code tutorial
  • Loading branch information
ntrogh authored Sep 13, 2024
2 parents a0c68ac + f8b6e64 commit d239f68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getstarted/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Order:
Order: 1
Area: getstarted
TOCTitle: Tutorial
ContentId: 72ad9b70-5227-4032-81d7-6aec00a1e8f8
Expand Down Expand Up @@ -330,8 +330,8 @@ GitHub Copilot in VS Code can help you with a wide range of tasks, such as:

Congratulations! You've completed the tutorial and explored some of the key features of Visual Studio Code. Now that you've learned the basics of Visual Studio Code, get more info about how to:

- <a class="next-topic-btn" href="/docs/editor/testing.md">Discover and run unit tests for your code</a>
- [Discover and run unit tests for your code](/docs/editor/testing.md)

- <a class="next-topic-btn" href="/docs/terminal/getting-started.md">Use the integrated terminal</a>
- [Use the integrated terminal](/docs/terminal/getting-started.md)

- <a class="next-topic-btn" href="/docs/remote/remote-overview.md">Set up a remote development environment</a>
- [Set up a remote development environment](/docs/remote/remote-overview.md)
2 changes: 2 additions & 0 deletions docs/getstarted/introvideos.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ MetaSocialImage: ../introvideos/images/opengraph/introvideos-social.png

Start your journey using Visual Studio Code with this set of introductory videos! These videos are designed to give you an overview of VS Code's various features and quickly get you familiar with them.

If you prefer going through a step-by-step guide to discover the key features, check out the [VS Code tutorial](/docs/getstarted/getting-started.md).

>**Linux users**: Make sure you have the correct multimedia codecs installed for your Linux distribution. For example, on Ubuntu, you may need to install `ubuntu-restricted-extras` to get the necessary codecs to play the videos.
<ul class="video-list">
Expand Down
2 changes: 2 additions & 0 deletions docs/getstarted/tips-and-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ MetaDescription: Visual Studio Code Tips and Tricks for power users.

Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts. Make sure to explore the other in-depth topics in [Getting Started](/docs/getstarted/userinterface.md) and the [User Guide](/docs/editor/codebasics.md) to learn more.

If you're just getting started, make sure to check out the [VS Code tutorial](/docs/getstarted/getting-started.md) for a step-by-step to discover the key features.

> If you don't have Visual Studio Code installed, go to the [Download](/download) page. You can find platform specific setup instructions at [Running VS Code on Linux](/docs/setup/linux.md), [macOS](/docs/setup/mac.md), and [Windows](/docs/setup/windows.md).
Prefer a video? You can watch the VS Code Day talks [Visual Studio Code tips and tricks](https://learn.microsoft.com/en-us/events/visual-studio-code-vs-code-day-2021/vs-code-tips-and-tricks) or [Elevate your VS Code experience](https://learn.microsoft.com/en-us/shows/vs-code-day-2023/elevate-your-vs-code-experience).
Expand Down

0 comments on commit d239f68

Please sign in to comment.