mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
Issue reporter mark down polish, fixes #44405
This commit is contained in:
@@ -61,7 +61,7 @@ export class IssueReporterModel {
|
||||
|
||||
serialize(): string {
|
||||
return `
|
||||
Issue Type: ${this.getIssueTypeTitle()}
|
||||
Issue Type: <b>${this.getIssueTypeTitle()}</b>
|
||||
|
||||
${this._data.issueDescription}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user