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_00_configure_github_dev_kit_lab.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Your lab environment must include the following resources:
14
14
- The .NET SDK version 8.0 or later.
15
15
- Access to a GitHub account with GitHub Copilot enabled.
16
16
- Visual Studio Code with the C# Dev Kit and GitHub Copilot Chat extensions.
17
-
- SQL Server 2019 LocalDB.
17
+
- SQL Server LocalDB.
18
18
- Python version 3.11 or later.
19
19
- The uv package manager.
20
20
@@ -96,7 +96,7 @@ Complete the following steps to ensure that the required GitHub, .NET, and Visua
96
96
97
97
You can install the GitHub Copilot Chat extension using the Extensions view in Visual Studio Code.
98
98
99
-
## Install lab application dependencies
99
+
## Install the lab application dependencies
100
100
101
101
The application that you're working on during the lab uses a SQL Server LocalDB database to store application data. SQL Server LocalDB is a lightweight version of SQL Server that's ideal for development and testing.
102
102
@@ -118,7 +118,7 @@ Complete the following steps to ensure that SQL Server LocalDB is installed in y
118
118
119
119
If the command fails or LocalDB is not installed, use the following steps to install SQL Server 2019 LocalDB. Otherwise, skip to the "Install the GitHub Spec Kit tools and resources" section.
120
120
121
-
1. To download the SQL Server 2019 Express edition installer file, open the following link in a browser: (SQL Server 2019 Express download)[https://go.microsoft.com/fwlink/?LinkID=866658]
121
+
1. To download the SQL Server 2019 Express edition installer file, open the following link in a browser: <a href="https://go.microsoft.com/fwlink/?LinkID=866658" target="_blank">SQL Server 2019 Express download</a>
122
122
123
123
1. After the download is complete, open the SQL Server 2019 installer file (for example, **SQL2019-SSEI-Expr.exe**).
124
124
@@ -167,7 +167,7 @@ Complete the following steps to install and configure the GitHub Spec Kit tools
167
167
168
168
Required output: **Python 3.11.0** or later.
169
169
170
-
If you need to install Python, you can download the installer from the following URL: [python.org](https://www.python.org/downloads/).
170
+
If you need to install Python, you can download the installer from the following URL: <a href="https://www.python.org/downloads/" target="_blank">python.org</a>.
171
171
172
172
If you're in a corporate environment, you can also use your organization's software distribution system.
173
173
@@ -191,7 +191,7 @@ Complete the following steps to install and configure the GitHub Spec Kit tools
191
191
192
192
GitHub Spec Kit uses uv for CLI installation and management.
193
193
194
-
You can find more installation instructions at the following URL: [docs.astral.sh/uv](https://docs.astral.sh/uv/)
194
+
You can find more installation instructions at the following URL: <a href="https://docs.astral.sh/uv/" target="_blank">docs.astral.sh/uv</a>.
195
195
196
196
1. To ensure that uv is in your environment PATH, restart your terminal window, and then run the following commands:
0 commit comments