In the first part of this Lab, we will:

In the second part of this lab, we will

Part 1: Install VSCode:

First, let’s create a new blank folder to work in. I’ll call my new folder ‘Local_Program.’ Inside this folder, let’s create a subfolder called ‘data’ where we will place our text files.

Untitled

Next, install VSCode

It may prompt you to upgrade PowerShell

Untitled

The current PowerShell version is stored in the $PSVersionTable variable.

$PSVersionTable

Untitled

PowerShell 5.1 works, but let’s go ahead and upgrade.

Type:

winget search Microsoft.PowerShell

Untitled

Install it