You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB_AK_01_examine_settings_interface.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Your lab environment must include the following:
19
19
- Git 2.48 or later
20
20
- Either .NET or Python:
21
21
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.
23
23
-**Python 3.10** or later with Visual Studio Code with the **Python** extension
24
24
25
25
- Access to a GitHub account with GitHub Copilot enabled.
@@ -34,23 +34,27 @@ If you're using a hosted lab environment for this exercise:
34
34
35
35
- For help enabling your GitHub Copilot subscription in Visual Studio Code, paste the following URL into a browser's site navigation bar: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
36
36
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:
38
38
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:
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 forPython, follow these steps:
50
48
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.
0 commit comments