Skip to content

Commit 35f3018

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 1cc33b8 commit 35f3018

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

learn-pr/wwl-data-ai/design-implement-sql-solutions-ai-assisted-tools/includes/4-enable-github-copilot-fabric-copilot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Visual Studio Code provides a flexible environment for database development with
4747
4. Search for and install the **GitHub Copilot Chat** extension
4848
5. Sign in to your GitHub account when prompted
4949

50-
:::image type="content" source="../media/github-copilot-extension-vscode.png" alt-text="Screenshot showing the GitHub Copilot extension in Visual Studio Code.":::
50+
:::image type="content" source="../media/github-copilot-extension-vs-code.png" alt-text="Screenshot showing the GitHub Copilot extension in Visual Studio Code.":::
5151

5252
For SQL database development, you'll also want the MSSQL extension:
5353

@@ -57,7 +57,7 @@ For SQL database development, you'll also want the MSSQL extension:
5757

5858
With both Copilot and MSSQL extensions installed, you can start conversations about your database directly in the Copilot Chat panel. Right-click on a connected database and select **Chat with this database** to begin a context-aware conversation.
5959

60-
:::image type="content" source="../media/vscode-chat-database-context-menu.png" alt-text="Screenshot showing the database context menu with the Chat with this database option.":::
60+
:::image type="content" source="../media/vs-code-chat-database-context-menu.png" alt-text="Screenshot showing the database context menu with the Chat with this database option.":::
6161

6262
## Enable Fabric Copilot
6363

learn-pr/wwl-data-ai/design-implement-sql-solutions-ai-assisted-tools/media/github-copilot-extension-vscode.png renamed to learn-pr/wwl-data-ai/design-implement-sql-solutions-ai-assisted-tools/media/github-copilot-extension-vs-code.png

File renamed without changes.

learn-pr/wwl-data-ai/design-implement-sql-solutions-ai-assisted-tools/media/vscode-chat-database-context-menu.png renamed to learn-pr/wwl-data-ai/design-implement-sql-solutions-ai-assisted-tools/media/vs-code-chat-database-context-menu.png

File renamed without changes.

0 commit comments

Comments
 (0)