Skip to content

[Bug]: Documentation Rendering issue - Malformed GitHub URLs in SQL Database Projects README Code Block #22085

@mfhs

Description

@mfhs

Description

The SQL code example in the "Quick Start" section of the SQL Database Projects extension (v1.5.9) on Visual Studio Marketplace contains malformed URLs embedded in the CREATE TABLE statement:

CREATE TABLE [dbo].[Product](https://github.com/Microsoft/vscode-mssql/blob/HEAD/
    [ProductID] [int] IDENTITY(1,1) NOT NULL PRIMARY KEY,
    [ProductName] [nvarchar](https://github.com/Microsoft/vscode-mssql/blob/HEAD/200) NOT NULL
);

The URL (https://github.com/Microsoft/vscode-mssql/blob/HEAD/) appear to be incorrectly injected during Markdown rendering and are not present in the source README.

This may make the code example invalid and misleading for new users!

Not sure (!) but this maybe a publishing/rendering issue affecting how the Marketplace processes the README (!)

Image

Steps to Reproduce

Open VS Code
click the Extention
Under the Details Tab one can see the rendering issue

Affected Area

  • Connection dialog (SQL Server | Azure browse/Fabric browse)
  • Query editor
  • Query results panel
  • Object Explorer
  • GitHub Copilot integration
  • Preview/Edit data
  • Table Designer
  • Schema Designer
  • Schema Compare
  • Local SQL Server Container provisioning
  • SQL database in Fabric provisioning
  • DACPAC/BACPAC export/import
  • SQL Database projects
  • Query Plan Visualizer
  • Other (please describe below)

If you selected "Other", please describe the affected area

Quick Start section in Readme

Environment Information

VS Code: 1.118.1
Identifier: ms-mssql.sql-database-projects-vscode
Extension version: 1.5.9
OS: Win 10 Enterprise

Confirmation

  • I have searched existing issues and couldn't find a match
  • I want to work on this issue

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions