-
Notifications
You must be signed in to change notification settings - Fork 245
vsce expands issue numbers in links #398
Copy link
Copy link
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities