Skip to content

Commit 0bb7019

Browse files
committed
Lab1 instructions updated for clarity.
1 parent 1ef0c03 commit 0bb7019

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

Instructions/Labs/LAB_AK_01_examine_settings_interface.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Your lab environment must include the following:
1919
- Git 2.48 or later
2020
- Either .NET or Python:
2121

22-
- **.NET SDK 9.0** or later with Visual Studio Code with the **C# Dev Kit** extension.
22+
- **.NET SDK 9.0** or later with Visual Studio Code with the **C# Dev Kit** extension.
2323
- **Python 3.10** or later with Visual Studio Code with the **Python** extension
2424

2525
- Access to a GitHub account with GitHub Copilot enabled.
@@ -34,23 +34,27 @@ If you're using a hosted lab environment for this exercise:
3434

3535
- For help enabling your GitHub Copilot subscription in Visual Studio Code, paste the following URL into a browser's site navigation bar: <a href="https://go.microsoft.com/fwlink/?linkid=2320158" target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
3636

37-
- Open a command terminal and then run the following commands:
37+
- To ensure that the .NET SDK is configured to use the official NuGet.org repository as a source for downloading and restoring packages:
3838

39-
To ensure that Visual Studio Code is configured to use the correct version of **.NET**, run the following command:
39+
Open a command terminal and then run the following command:
4040

4141
```bash
4242

4343
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
4444

4545
```
46-
47-
or
4846

49-
To ensure that Visual Studio Code is configured to use the correct version of Python, verify your Python installation is version 3.10 or later:
47+
- To configure the hosted lab environment for Python, follow these steps:
5048

51-
```bash
52-
python --version
53-
```
49+
1. To determine the version of Python installed in the hosted environment, run the following command:
50+
51+
```bash
52+
python --version
53+
```
54+
55+
If necessary, use the following steps at the following URL to Configure Python in Visual Studio Code: <a href="https://code.visualstudio.com/docs/python/python-tutorial" target="_blank">Getting Started with Python in VS Code</a>.
56+
57+
1. Install the Python extension using the Extensions view in Visual Studio Code.
5458

5559
## Exercise scenario
5660

0 commit comments

Comments
 (0)