Skip to content

vsce expands issue numbers in links #398

@rjmholt

Description

@rjmholt

Our extension's changelog contains links in it like this:

- 🔧 [vscode-PowerShell #2262](https://github.com/PowerShell/vscode-PowerShell/pull/2262) -
  Introduce `powershell.integratedConsole.useLegacyReadline` setting disable PSReadLine.

After packaging our VSIX I noticed the changelog came out strangely and looking into it I found this in the actual VSIX:

- 🔧 [vscode-PowerShell [#2262](https://github.com/PowerShell/vscode-powershell/issues/2262)](https://github.com/PowerShell/vscode-PowerShell/pull/2262) -

It looks like #345 causes this.

I'm assuming to maintain our current changelog format we'll need to edit the VSIX manually?

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunities

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions