From 3f5eb63c87d7748ae9594a100c09e33513ba0694 Mon Sep 17 00:00:00 2001 From: Olivier Van Steenlandt Date: Mon, 2 Mar 2026 18:23:35 +0100 Subject: [PATCH] Removed incorrect image link I didn't know how to provide feedback about a missing image link in the documentation, Image currently doesn't show up when loading the page. --- .../sql-database-projects/add-item-templates.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/tools/visual-studio-code-extensions/sql-database-projects/add-item-templates.md b/docs/tools/visual-studio-code-extensions/sql-database-projects/add-item-templates.md index 3b0814612fc..5a49a021e1b 100644 --- a/docs/tools/visual-studio-code-extensions/sql-database-projects/add-item-templates.md +++ b/docs/tools/visual-studio-code-extensions/sql-database-projects/add-item-templates.md @@ -51,8 +51,6 @@ Add database objects to your project using item templates from the Database Proj 1. Enter a name for the new object. -::: image type="content" source="media/add-item-templates/add-item-menu.png" alt-text="Screenshot of context menu showing Add Item option." lightbox="media/add-item-templates/add-item-menu.png"::: - The extension creates a T-SQL file in your project with template code for the selected object type. > [!NOTE]