This commit is contained in:
gregvanl 2021-06-28 15:33:52 -07:00
Родитель 367d3a4961
Коммит ff0fbd2950
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -13,7 +13,7 @@ MetaDescription: Learn to use SSH connections to lab machines with Visual Studio
SSH, or the secure shell protocol, lets you access a remote computer or virtual machine securely over a network connection.
You can connect over SSH into another machine from VS Code and interact with files and folders anywhere on that remote filesystem. If you have an app located on a different computer, you could use SSH to connect to it and access your app, view its files, and even modify, run, and debug it.
You can connect over SSH into another machine from Visual Studio Code and interact with files and folders anywhere on that remote filesystem. If you have an app located on a different computer, you could use SSH to connect to it and access your app, view its files, and even modify, run, and debug it.
You can also take advantage of any tools or dependencies installed on that remote machine. You could connect to remote machines very different than your local machine. For instance, they could have a different operating system, different tools installed, or much stronger computing power.

Просмотреть файл

@ -1,13 +1,13 @@
---
Order: 1
Area: getstarted
TOCTitle: Set Up
TOCTitle: Setup
ContentId: d8ebd3c0-ff4a-4e27-aba2-3acb9e17fff4
PageTitle: Setting up Visual Studio Code
PageTitle: Set up Visual Studio Code
DateApproved: 10/22/2020
MetaDescription: Download and learn the basics of Visual Studio Code.
---
# Setting up Visual Studio Code
# Set up Visual Studio Code
In this video, we walk you through setting up Visual Studio Code and give an overview of the basic features.

Просмотреть файл

@ -7,7 +7,7 @@ PageTitle: Install Visual Studio Code extensions
DateApproved: 10/22/2020
MetaDescription: Install Visual Studio Code extensions
---
# Installing Visual Studio Code Extensions
# Install Visual Studio Code extensions
In this video, we walk you through installing Visual Studio Code extensions.