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 (!)
Steps to Reproduce
Open VS Code
click the Extention
Under the Details Tab one can see the rendering issue
Affected Area
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
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 TABLEstatement: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 (!)
Steps to Reproduce
Open VS Code
click the Extention
Under the Details Tab one can see the rendering issue
Affected Area
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